How do I change the button text color “Follow Us!” on the Enfold Instagram Widget? Currently it is white text on a white background. Therefore you can’t see it. What CSS code should I use? Thank you! – John
Hi jgdoyle1!
The class to be used is the following
.av-instagram-follow
so you can change the background and text as per example
.av-instagram-follow {
background: #365668;
color: #fff;
}
let us know if that works out for u
Best regards,
Basilis
Perfect! Thank you!
– John