Good evening guys !
I am having some problem where i have all my bold/strong text colors with X color in Enfold admin , but we create some text promotion where i need to change that bold/strong color to Y. But even when i change to text mode and set the style “color:Y!important”, all bold/strong characters still in X color.
Hey torinows,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class (“my-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-class b, .my-class strong { color: orange !important; }
Best regards,
Yigit
Worked flawless Yigit!
Great support as always ! Thank you very much bro :D
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit