Hi,
How can we change the font color for buttons in the footer widget?
Thanks
Hey mvpacific,
Thanks for getting in touch with us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi Jordan,
Link has been provided below. We managed to change the font color for the buttons located on the page via css. However the widget footer buttons is not showing the font color change.
Thanks
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#footer .avia-button {
background-color: red !important;
}
There is already styling for this element in enfold.css with the important statement so I’m not sure if it will work, please try to remove this from enfold.css if it should not work:
.avia-button.avia-color-theme-color {
background-color: #00beff !important;
}
Regards,
Rikard
Thanks! Works. I appreciate your assistance on this.