Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #278410

    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

    #278418

    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

    #278419
    This reply has been marked as private.
    #278420

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘styling Facebook Like Widget’ is closed to new replies.