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.

#394
gwolf70
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.