Hi,
I have a couple of Instagram widgets on my webpage: http://www.naikare.es/galeria
You can see one on the sidebar and one on the footer.
I want to change the buttons color to match the theme. I found this: https://kriesi.at/support/topic/instagram-widget-button-text-color-follow-us/ but unfortunately the text color still doesn’t change.
How can I do it?
Thanks,
Hi blancocapell!
Please try
.av-instagram-follow {
background: #365668;
color: #fff !important;
}
and let me know if it works.
Regards,
Basilis
Thanks, Basilis. It works.
Just a small thing. Don’t you see a small white bar under the button on the sidebar? http://www.naikare.es/galeria
Can it be removed?
Thanks again,
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
a.av-instagram-follow {
border: none!important;
}
Best regards,
Yigit
That did it. Thanks, Yigit!