Tagged: Color, color change, font, footer
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.com
Hey 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,
Yigit
Yes! It works great! Thank you!
But now I see that the text for sign up NEWSLETTER in the footer is white.
Can you help with that too?
Hi,
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,
Yigit
Nope
Text footer input field newsletter still white ;-)
Hi!
Please use following code instead
#top .footer_color input[type='text'] {
color: black !important;
}
Cheers!
Yigit
nope ;-)
Hi,
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,
Nikko
yes. It worked. Thanks!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko