• Cool plugin, but I wonder why the Facebook widget doesn’t change the color of the title to your theme? It remains black ?? Why o why?

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    This will depend on your theme; the Facebook Like Box widget title is a bit different from other widgets, because the title includes a link to your Facebook Page.
    As a result, and if your theme applies a different style to links in your sidebar, the widget title might look a bit different.

    To solve this issue, you can add an extra CSS rule for widget titles including links by adding something like this to your theme stylesheet, or to your custom CSS editor under Appearance > Edit CSS in your dashboard:

    .widget h3.widget-title a {
         color: red;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘black facebook title’ is closed to new replies.