Footer Color
-
How can i change the color of the first footer, second footer and third footer so that the text can be visible?
Need help with glitteslikegold.co
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’m seeing your text in your footer widgets, I think. Are you stil having issues on this?
-
Ah, it seems you have fixed it with the following in your custom CSS.
#pre-footer { color:#000 } -
Yes i managed to fix one thing and then a few other things still dont look right.
Id like to center the text widget in my footer area underneath the gallery widget
Also my social media links in the footer area are invisible till the mouse is hovered over
And lasty in my blog posts id like the share icons to be centered as well so everything aligns within the post
Thank you in advance! :)
-
I’m not seeing a text widget in your footer that looks like it needs centering.
On the social icons, add the following and adjust the color as desired.
#page .social-footer .jetpack-social-navigation ul li a { color: #cc0000; } -
On the social and like buttons below the posts, give this a try.
div.sharedaddy .sd-block { text-align: center; } div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget { width: 160px !important; margin-left: auto; margin-right: auto; text-align: center; position: relative; left: 10px } -
-
- The topic ‘Footer Color’ is closed to new replies.