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

    (@smashballoon)

    Hey eyee12,

    The reason that the color is white is that you have the following CSS on line 1040 of your theme’s stylesheet which is being applied to the feed’s header:

    .footer-area h3 { color: #ffffff; }

    You can override this by adding the following to our plugin’s Custom CSS section, which is on the plugin’s Customize page:

    #sb_instagram .sb_instagram_header h3 { color: #d3d3d3; }

    Let me know whether that solves the problem for you 🙂

    John

    Thread Starter eyee12

    (@eyee12)

    Thank you so much smashballoon!

    This worked just perfectly. I appreciate it!

    Plugin Author smashballoon

    (@smashballoon)

    You’re very welcome, I’m glad to hear that worked for you 🙂

    No obligation of course, but if you like the plugin and want to support it’s development then please consider leaving a really quick review! It really helps!

    If you have any other questions in future then just let me know.

    Have a great week!

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘@username doesn't change colors’ is closed to new replies.