Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #935407

    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?

    #935414

    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

    #935716

    Hi raisonbrands,

    What class are you using and which element are you trying to target?

    If you want to target a class you would use a dot in front of it, not a hash like in the example above:

    .your-class {
      CSS goes here
    }

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.