Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Content Manager Custom Element Classes › Reply To: Content Manager Custom Element Classes
September 18, 2014 at 1:31 pm
#394
Participant
Hi Robert,
I added the following CSS code to the Custom CSS area:
.section.note h2 {
color: #ffffff !important;
font-size: 20px !important;
font-family: “Times New Roman”, Georgia, Serif !important;
}
But it didn’t change the font color neither the font family. So I just added an inline code directly into the “note” at the content manager:
<h2 style=”color:#ffffff”;>TEXT </h2> and it worked.