Hi There,
I’m trying to use the Custom Class feature in enfold, but when I add the custom class to my element, and then add the code in the custom CSS field in the styling section, nothing happens. What am I missing?
Hello. In the Custom CSS field, you only enter the class (e.g. yourcustomclass). Then, in Enfold > Quick CSS, you reference your custom class.
Example:
.yourcustomclass {font-size: 16px;}
Edit: Fixed the hash typo