• Resolved maspegren

    (@maspegren)


    I’m trying to change the text color of this span area “## people like this”. Currently it is using this code:

    body {
    color: #141823;
    }

    from this file: https://www.facebook.com/plugins/like.php?

    I tried adding:

    body {
    color: #ffffff !important;
    }

    to the Custom CSS section in admin, and an ik_facebook_custom_style.css file in my theme. While these styles are coming up in Firebug, they are getting overwritten by the above style. Any ideas? Thanks!

    https://ww.wp.xz.cn/plugins/ik-facebook/

Viewing 1 replies (of 1 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hey Maspegren!

    That area (the Like button) is an iframe loaded via Facebook. Unfortunately, this means you can’t apply CSS directly to it.

    I hope that makes sense!

    Best,
    Richard

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS’ is closed to new replies.