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

    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.

    #309376

    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

    #309395

    That doesn’t seem to work, it stays the same :(

    #310199

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.