Changing the background color in Header and Footer 3.0.4

RBlack963
RBlack963's picture

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?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2012-09-05 10:51

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

 
RBlack305
RBlack305's picture

Joined: 2012-09-02
Posts: 5
Posted: Tue, 2012-09-11 00:06

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/

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2012-09-11 00:43

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

 
RBlack305
RBlack305's picture

Joined: 2012-09-02
Posts: 5
Posted: Tue, 2012-09-11 01:02

YES Finally!

On lines 392 and 411!

Thank You Dave!

I could not have figured that out without you.

Thank You!