Hello,
I’m using the button shortcode to add a button inside a widget. The shortcode example in the documentation uses color: ‘green’. I would like to use our primary theme color which is #ff5c5c. When I change color: green
to color: #ff5c5c
the button goes a light grey color instead of the primary theme color. Is it possible to use something like color: primary
?
Thank you!
Hi Brad,
color: primary isn’t possible, If I’m not mistaken, do you want to modify the default color for buttons?
The default button color can be changed (and not based on the theme color you set), go to Enfold > Advanced Styling > (Select an element to customize) Buttons then Edit Element and you should be able to change that. Other than that we can use CSS codes.
Best regards,
Nikko