Background color of homepage ONLY
-
Hi,
is it possible to change the background color of the homepage ONLY (not on all other pages)?
Thanks,
DirkThe blog I need help with is: (visible only to logged in users)
-
If you wish to change only the background color on the Projects section, add the following.
#projects.home-section { background-color: #cc0000; }If you wish to also change the footer area, then use the following instead.
#projects.home-section, .home #footer { background-color: #cc0000; } -
-
- The topic ‘Background color of homepage ONLY’ is closed to new replies.