Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #600736

    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

    #600759

    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

    #600760

    Perfect! Thank you!
    – John

    #601915

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Instagram Widget: Button Text Color "Follow Us!"’ is closed to new replies.