Changing the background color in Header and Footer 3.0.4
RBlack963
Joined: 2012-09-05
Posts: 1 |
Posted: Wed, 2012-09-05 08:20 |
Can someone please help? Can you tell me how to change the background color in the header and the footer? |
|
Posts: 27300
I would use the FF browser and the devtool to find the class to edit in the css.
Stuck? post a url to your site.
Dave
____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
Yes, I am stuck. I figures out what the FF browser and dev tool is but am at a loss on how to use it to find the file or what line the code is on to edit to configure it the way I want it.
http://www.ryanslinks.com/gallery/
Posts: 27300
Edit gallery3/themes/<your theme>/css/screen.css Edit the red to the color you desire:
#g-banner { background-color: #e8e8e8; border-bottom: 1px solid #ccc; min-height: 5em; padding: 1em 20px; position: relative; }
and similar to:
#g-footer { background-color:#e8e8e8; border-top: 1px solid #ccc; margin-top: 20px; padding: 10px 20px; }
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
YES Finally!
On lines 392 and 411!
Thank You Dave!
I could not have figured that out without you.
Thank You!