• Resolved youruncle

    (@nolanwolff)


    Hi. I’m a little embarrassed to be asking as this should be really simple to do with CSS, but does anyone know how to change the font colour of the title/heading for the Jetpack Facebook Like widget? It’s white at the moment and I’d like to make it black.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • A link to your site is necessary for help with CSS or post on the JetPack forum:

    http://wordpress.org/support/plugin/jetpack

    Thread Starter youruncle

    (@nolanwolff)

    Sure. Take a look at http://www.nolanwolff.com. The widget in question is at the bottom left of the page.

    Thanks.

    Ah, looks like that one’s different because it’s a link – so try adding this to your CSS (preferably custom CSS so it’s not lost when the theme is updated):

    #footer h3 a {
        color: #565656;
    }

    Thread Starter youruncle

    (@nolanwolff)

    Wow! Thanks for the quick response.

    I’m even more embarrassed to admit that I hadn’t noticed it was a link.

    I actually don’t want it to be a link. I guess that would involve going into the php code and removing that?

    I’m not sure about how that becomes a link – does JetPack do that? You might see if you can do it in the widget itself – check the link field.

    Thread Starter youruncle

    (@nolanwolff)

    You are right on both accounts:

    First, the custom CSS you suggested works perfectly, and the URL in the header is found in the widget options.

    Thanks so much! That’s been bugging me for months and resolved in just a few minutes. I really appreciate your help.

    You’re welcome – it’s always okay to ask sooner :)!

    Hi, I’m having the same issue with my blog: the JetPack Facebook likebox title is black, as is the background. How can I change my CSS for it to display? Here’s the link: http://www.londonard.com/
    Also I’m using a child theme, I don’t know if this makes any difference, as to where I’m meant to add the code?
    Please let me know if you can help out?
    Many thanks in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing the font color on the Jetpack Facebook Like widget heading’ is closed to new replies.