This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello –
My Instagram widget in my footer is showing this error message:
http://i.imgur.com/Q10pkPx.png
Additionally, I would like to change the titles in my footer (for Instagram and Top Rated Products, if that matters) from white to black. I may need to change their colors in the future, so I would like to know how I can do that without having to contact support again! It may be worth noting that my farthest left widget, Contact Us, does show a black header, but some reason the other two are displaying white.
http://i.imgur.com/EY1JYQ7.png
As well – is there a way to change the “Follow Me” link color under the Instagram widget? Its nearly the same color as the background at the moment, I would prefer it to stand out.
Thank you!
Hello,
The issue with Instagram widget has been fixed. No images are shown because there are none of them in your Instagram profile.
To change widget title color use this code in custom.css:
.footer-top .widget-title span {
color: black !important;
}
To change color of “Follow us” link use this code:
.widget-container.null-instagram-feed a {
color: black !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up