Changing background colors – Argent Theme
-
I’d like to change the background colors of the following, can you tell me what code to use to do this:
Main top menu
Footer widgets
Main footerThank you
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try the following CSS using the colors you want to use.Main top menu
.main-navigation {
background-color: #B72727 !important;
}Footer widgets
.footer-widget-area {
background-color: #112E96;
}Main footer
.site-footer {
background-color: #F1F1F1 !important;
} -
Hi there.
Let’s try to do that with a little bit of custom css code.
Main Top Menu:
.menu-primary-menu-container { background-color: red; }Footer Widgets:
.footer-widget-area { background-color: green; }Main footer:
.site-footer { background-color: rgb(255,0,0); }If you would like to be more precise with your webpage colors, you can use RGB format. Sites like this are quite helpful to choose the exact color you want.
Hope this helps :)!
-
-
-
-
Can you also provide a code to change the background color and text color of a right side bar?
-
Hi @kendylricketts I don’t see a site linked to your username using the Argent theme which is being discussed in this thread. Since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
-
@freem32, the site linked to your username is using Motif. See my reply above to @kendylricketts. Thanks in advance.
- The topic ‘Changing background colors – Argent Theme’ is closed to new replies.