• Resolved dbarach

    (@dbarach)


    I can’t find documentation on how to use Additional Classes. Do you just put the class name in? I saw a thread in here that had answers with some screenshots, but the answers weren’t clear and the screenshots were deleted. Thanks for helping!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support EricStylemixThemes

    (@ericstylemixthemes)

    Hello @dbarach,

    Thank you for reaching out!

    Custom CSS styles can be used to customize elements visually. To do this CSS class should be added while editing the Element. For example, I want to change the color of the title in the drop-down element (Screenshot).

    The Class will be added to the wrapper of the element on front end (Screenshot).

    Then by applying the following CSS in Dashboard > Appearance > Customize > Additional CSS the color of the label can be changed (Screenshot):

    .custom-color .calc-item__title span {
        color: #ff00ff;
        font-size: 18px;
    }

    Let me know if it helps.

    Kind regards

    Thread Starter dbarach

    (@dbarach)

    That did it, thanks!

    You are welcome!

    Please feel free to open a new topic in case of any other questions or concerns.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additional Classes’ is closed to new replies.