how do i change the color of the nav and header tags without changing the background color? I currently have a background image loaded but before the image loads, the screen is flat orange.
habitat background color different than htags and nav
9 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up header.php and change following line:
$applyBackgroundColorTo = 'body, .dropcap2, .dropcap3, .dynamicBg, div .widget_tag_cloud a:hover,div th ,div #js_sort_items a:hover, #top div div .active_sort';to:
$applyBackgroundColorTo = '.dropcap2, .dropcap3, .dynamicBg, div .widget_tag_cloud a:hover,div th ,div #js_sort_items a:hover, #top div div .active_sort';So the color won't be applied to the body.
Posted 2 years ago # -
thanks so much! great, clean theme!
Posted 2 years ago # -
still no luck
Posted 2 years ago # -
Then we need to change the body color manually. Open up style.css and add following code at the very bottom:
body{ background-color: #333 !important; }Adjust the color value as you like :)
Posted 2 years ago # -
yes. this works but gets rid of my background image
Posted 2 years ago # -
I corrected the code above :)
Posted 2 years ago # -
PERFECT! thanks!
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














