Change color of website footer information.
-
I would like to change color of website footer information.
For legal purposes, I bought the theme cannot completely delete the footer.
However, I would like to edit it so it is all ONE color (no link color).
I am trying to make it EXTREMELY light grey. Maybe remove the smiley face if possible?I have the upgrade package but I am not so great with CSS.
If anyone could help me or get me started with an override CSS code that would be great!
Thanks – Michelle
The blog I need help with is: (visible only to logged in users)
-
Maybe remove the smiley face if possible?
Read this: http://en.support.wordpress.com/smiley-on-your-blog/
-
-
-
Oops – there should be no backtick before the second code:
#footer .info { color: #939393; } -
Thanks so much justpi!! If you take a look now, the text is white but the footer links are still grey. I don’t want to change all links to no color because then the menu’s won’t change.
How can I change the hyperlink color of just the footer links?
Thanks again!!
-
You’re welcome.
If you change the color of the footer links to white, it will be the same as removing them (which we’re not allowed to do). So kindly use the code I suggested above with the actual color I suggested: 939393, not FFFFFF. -
Thanks Justpi. I switched it to 939393.
Is there a way I can center the information to the left?
I just feel that the footer is a bit distracting because it is right under the slider. Aligning it to the left might help. Maybe even putting the content on one line instead of 2?
-
Left aligning it wouldn’t look ok, since all the other blocks on your homepage are centered. One line instead of two, yes. Try this:
#footer .info p { display: inline-block; }Maybe also increase the space between the footer and the slider, and/or make the font even smaller?
-
Yes, I think increasing the space between the footer and slider as well as making the font smaller would help. Any CSS suggestions?
-
In that case turn this:
#footer .info { color: #939393; }to this:
#footer .info { color: #939393; font-size: 0.77em; margin-top: 66px; }Play with the size and margin values till you get the result you prefer.
-
-
-
-
-
You’re welcome!
But timethief is right: 0.6 is too transparent. Try increasing the number. -
I can’t read the footer credits at all –
just a caution – I have seen a couple three blogs get suspended or have posting suspended when they go too fancy with the hiding of the footer credits – the blogger always lost the argument
-
@auxcalss
I’m with you on this as I have witnessed that too.
“Oh what a tangled web we weave … ” -
- The topic ‘Change color of website footer information.’ is closed to new replies.