Tagged: Color, color change, font, footer
-
AuthorPosts
-
August 25, 2017 at 12:57 pm #843923
Hi
I put a catagory widget in the footer. But I am not abel to change the font color correct. You cannot see the catagories now
See http://www.studioinktvis.comAugust 25, 2017 at 12:58 pm #843924Hey studioinktvis,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer .acclassic .accordion li a { color: white!important; }Best regards,
YigitAugust 25, 2017 at 1:52 pm #843952Yes! It works great! Thank you!
August 25, 2017 at 1:56 pm #843954But now I see that the text for sign up NEWSLETTER in the footer is white.
Can you help with that too?August 25, 2017 at 2:00 pm #843955Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .footer_color input[type='text'] { background: black; }Best regards,
YigitAugust 25, 2017 at 2:31 pm #843981Nope
Text footer input field newsletter still white ;-)August 25, 2017 at 2:35 pm #843987Hi!
Please use following code instead
#top .footer_color input[type='text'] { color: black !important; }Cheers!
YigitAugust 25, 2017 at 2:58 pm #844011nope ;-)
August 25, 2017 at 10:37 pm #844216Hi,
Can you try this one:
#top .footer_color input[type='text']::-webkit-input-placeholder { color: black !important; } #top .footer_color input[type='text']::-moz-placeholder { color: black !important; } #top .footer_color input[type='text']:-ms-input-placeholder { color: black !important; } #top .footer_color input[type='text']:-moz-placeholder { color: black !important; }Hope this helps :)
Best regards,
NikkoAugust 25, 2017 at 10:55 pm #844233yes. It worked. Thanks!
August 26, 2017 at 5:37 am #844284Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Footer color’ is closed to new replies.
