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