Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey,

    The reason this is happening is that you have the following CSS in your theme which is causing the text in your sidebar to be black:

    #sidebar .widget-title, #sidebar .widget a {
        color: #000 !important;
    }

    Here’s a screenshot to show you.

    If you remove the “!important” part from that CSS so that it reads like the following then it will fix the problem:

    #sidebar .widget-title, #sidebar .widget a {
        color: #000;
    }

    Let me know whether that fixes the problem, and I hope you’re having a good start to 2016!

    John

    Thread Starter weeziemase

    (@weeziemase)

    Thanks John, trust it be something i’m doing!
    i’ve removed the “important” part and the facebook feed looks great.
    but without it all the other sidebar text retains it’s default colour too, when i wanted it black.
    I realise this is not your problem but would appreciate any advice (or pointing to an online resource)
    thanks, Happy 2016 to you too!
    Louise

    Plugin Author smashballoon

    (@smashballoon)

    No problem, I’m always happy to help. Try changing it to this:

    #sidebar.widget-area .widget-title, #sidebar.widget-area .widget a {
        color: #000;
    }

    That should make the other text black but not override the color in the Facebook feed (screenshot).

    Let me know whether that works for you.

    John

    Thread Starter weeziemase

    (@weeziemase)

    Perfect!
    Thanks so much.

    Plugin Author smashballoon

    (@smashballoon)

    You’re welcome 🙂

    No obligation, but if you like the plugin and support you received please consider leaving a really quick review. It really helps to support the plugin!

    Just let me know if you have any other questions and I hope you’re having a great day!

    John

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘typography’ is closed to new replies.