Hello, on the home page I have a second button with custom colors and the font color seems to be overridden by something. The font is supposed to be white but it is orange. Are you able to help find a fix for this? I do have some custom css in the Quick css. Credentials are below.
Button is here: https://optipath.ca/ home page button “contact us” just under services
Hey virtualbis,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-button.av-9sm6i-a4825a76fda65903aec8c6e47139e571 {
color: #fff !important;
}
Best regards,
Rikard
that fixed the issue for the single button but not the other 2 (in the next 2 tabs). I could inspect each button and do the same for each but that would be short term solution if more buttons were needed. Would it be possible to maybe create another button class and style the class? How would we go about this in enfold?
It also overrides the font color and makes it white as well on hover
Hi,
Thanks for the update. I’m not sure why you are adding the buttons using shortcodes? Wouldn’t it be better to use the Button Row element for example? Then you don’t have add any additional styling.
Best regards,
Rikard
Never used the button row element and just saw the shortcodes. Noted and easier. Thx