The text “you like this” and “10 people like” are unreadable due to the background colour of the footer.
Is there a quick way to change the text colour?
Thanks.
Hi mazerti!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span#u_0_4 {
color: white !important;
}
Cheers!
Yigit
That doesn’t seem to work, it stays the same :(
Hey!
You can’t alter an external iframe with CSS, you can however put a background color to the wrapping div, try:
.av_facebook_widget_wrap {
background: white;
}
Regards,
Josue