Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Content Manager Custom Element Classes › Reply To: Content Manager Custom Element Classes
September 17, 2014 at 1:27 am
#353
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