Guest Posted November 22, 2012 Posted November 22, 2012 I have been trying to change footer settings: background color, font color etc - but without success - can someone please provide example code to do so?
e2astudio Posted November 22, 2012 Posted November 22, 2012 The CSS needed will be based on the template you are using. If anyone is going to be able to assist you, we'll need a link to your site.
Guest Posted November 22, 2012 Posted November 22, 2012 I'am using Five as a Template. You may see the site here: http://tinyurl.com/blw5axe
e2astudio Posted November 22, 2012 Posted November 22, 2012 For applying a background color to the footer, use this CSS snippet in the Custom CSS Editor within Style Mode: #page-footer-wrapper { background-color: whitesmoke; } And for font color, this: #page-footer { color: darkblue; }
Guest Posted November 22, 2012 Posted November 22, 2012 Thanks a lot!!:))) It works! One more question - do you know where I can find list of all CSS selectors?
jonwise Posted February 26, 2013 Posted February 26, 2013 this worked well for me too - thanks! i would LOVE to know where i can see a CSS directory for each template - but specifically FIVE.
jacobgoodlin Posted February 27, 2013 Posted February 27, 2013 It would be WONDERFUL to have a list of CSS selectors.
ntlys Posted July 6, 2013 Posted July 6, 2013 this was super helpful. Does anyone know how to cut the footer into different sections? I'd like have a few columns of text in the footer. thanks! :)
e2astudio Posted September 9, 2013 Posted September 9, 2013 @thqollective please create a new question.
mazie Posted April 21, 2015 Posted April 21, 2015 HI. I tried the code to change the color, which worked, but the size of the footer expanded. Do you know how to fix the size while changing the color?
gschauz Posted December 22, 2015 Posted December 22, 2015 http://www.w3schools.com/cssref/css_selectors.asp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.