Is it possible to style the facebook like widget? I can’t seem to figure out how. I’ve used Firefox Developer tools to identify the class, over-written that style in the custom.css with !important, but nothing is working.
I’d like to change the links to white with a yellow hover, and a different background color and/or border color.
Can you please point me in the right direction?
Thank you,
elizabeth
Hey Elizabeth!
You can’t alter an external iframe. But you can alter the wrapper of that iframe, this code for example sets a white background to it:
.av_facebook_widget_wrap {
background: white;
}
Regards,
Josue
You are welcome, always glad to help :)
Regards,
Josue