Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#353
Robert Kavgić
Participant

Hello.

To modify note’s h3 element, you need to use this CSS code:

section.note h3 {
    color: #f0f0f0 !important;
    font-size: 20px !important;
    font-family: "Times New Roman", Georgia, Serif !important;
}

To modify h1, h2, h4 or similar, just replace the h3 with the wanted heading type, e.g. section.note h4.

You need to paste this code into Elvyre options -> Appearance -> Custom CSS (text box at the bottom of the page).

Robert