• I like the plugin, however, my website is a dark gray background and the username/link is shown in black, so all you can see is my Instagram profile image and the posts. You cannot read my username.

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

    (@smashballoon)

    Hey @mmarks,

    Thanks for the review. To address your issue; by default the plugin inherits any CSS styles from your theme, but we have a built-in setting for changing the header text color which can be found on the plugin’s “Customize” settings page in WordPress, and is under the section “Header”. You can also use the built-in shortcode option: headercolor=fff. Eg: [instagram-feed headercolor=fff]

    If neither of those work then it’s possible that some CSS in your theme is overriding this setting. You should be able to override that CSS by adding the following to the plugin’s Custom CSS section:

    #sb_instagram a.sbi_header_link, #sb_instagram .sbi_header_link * {
        color: white !important;
    }

    You can find the Custom CSS section at the bottom of the plugin’s Customize page.

    Let me know whether that solves the problem for you.

    John

    Thread Starter mmarks

    (@mmarks)

    awesome, thanks!

    Plugin Author smashballoon

    (@smashballoon)

    You’re welcome!

    John

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pretty good’ is closed to new replies.