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

    (@jeherve)

    Jetpack Mechanic 🚀

    You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    For example, to change the color of the Facebook Like Box Widget title, you could use the following CSS:

    #secondary .widget-title span a,
    #secondary .widget-title a {
    color: #fff;
    }
    Thread Starter HoneyTrek

    (@honeytrek)

    Thanks for the reply Jeremy.

    Is that CSS code you gave me specific to just your plugins “title” since every other widget on my right rail is already white, so it seemingly has CSS styling those titles already.

    That’s the only reason i thought something was fishy. Maybe your plugin isn’t calling the same CSS as the other widgets?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Jetpack’s Facebook Widget is a bit different from the other widgets on your site, because its title is also a link. Your other widgets do not include a link in their titles.

    Your theme styles links differently from the widget titles, and that’s what creating the issue.

    The CSS I posted above allows you to apply a different style to widget titles including a link, like Jetpack’s Facebook widget. That CSS will apply to all widgets that include a link in their title.

    Thread Starter HoneyTrek

    (@honeytrek)

    You are a BOSS Jeremy. Thanks for taking the time to look into that, didn’t realize it was a link, good catch. I wish my other widget titles gave me the option to make them links as well!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebok widget issue with Title’ is closed to new replies.