- This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Circumference › How to Change the Footer Text Color
In appearance – customize – widgets – footer – text. How do I change the footer color? The footer menu and copyright is in white but I have some verbiage right above it that I want to change to white as well. Please see attachment.
Thanks!!
The blue font in the footer is coming from –
.textwidget {
color: #000080
;
}
What css would change the font in the footer to white? because in customize – typography – footer text color
I have it set to white #ffffff but thats not changing the footer font.
Hi SGupte,
You can simply change the color of footer via customize option, you can follow the followings steps to change the color;
Go to Dashboard => Appearance => Customize => Typography => Footer Text Color => Change the color and save it.
We hope this will be helpful to you, if not then please send us your WP-login details along with site URL of your site via mail, so that we could provide solution asap.
Email Address: [email protected]
Thanks
The footer text color is set to white. But I had added the following ccs since the widget text color in Top1 needs to be blue. Looks like this css is over-ridging the footer text color I have selected. How do I get Top1 through Top4 widget text to be blue and keep the footer text to white?
.textwidget {
color: #000080
;
}
Hi SGupte,
You shouldn’t give the custom css in textwidget because it will change all the texwidget which you have use in your site, so if you want to change the color of Top 1 to Top 4 then you can use the following css for it;
#top1, #top2, #top3, #top4 {
color: #000080;
}
Thanks
Thanks!
Hi Theme,
You are welcome! Feel Free to contact us whenever you need help.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.