Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #410732

    dear team,

    i’d like to change the fontcolor of “facebook like widget” in the footer to the same font color as the rest of the footer, because now the color is too dark on the dark footer background.

    i’ve all ready tried:

    .pts.plm {
      color: white !important;
    }

    but doesn’t change anything, unfortunately i can’t show you as the site isn’t live yet.

    #411381

    Hey surfersp!

    Thank you for using Enfold.

    Unfortunately, you can’t modify the facebook likebox app style. It’s either “light” or “dark”. Create your own facebook widget here: https://developers.facebook.com/docs/plugins/like-box-for-pages

    Best regards,
    Ismael

    #411383

    Hey surfersp!

    which part of the text exactly do you want to change? can you show us a screenshot? you can use imgur.com or dropbox to host screenshots.
    Try to use this:

    ._51mx:last-child>._51m- {
    color: white;
    }
    .plm {
    color: white;
    }
    

    Regards,
    Andy

    #411472

    Thanks guys,

    I tried first Andy’s option, but that didn’t change anything, so I created my own facebook-widget like Ismael suggested, with the dark styling and added it through a text widget to the footer which seems to work fine!
    Perhaps you guys should add these options directly to the default enfold facebook-like-box.

    the site is live now, you can check the widget in the footer for anybody looking to do the same. (i added my own custom border by adding an extra class to the fb-like-box div.

    http://surfersparadise.gr

    #411793

    Hi!

    My bad. You can add your background color to the Enfold Facebook Widget with this:

    .av_facebook_widget_wrap {
      background: red;
    }

    Anyway, glad we could help.

    Regards,
    Ismael

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