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.

#2009
Robert Kavgić
Participant

Hello,

To change the page title color on this particular page only, you will have to add some custom CSS.

To do that, go to “Elvyre options -> Appearance – Custom CSS” box and paste the following code inside:

body.page-id-567 #page-title h1 {
    color: #fff;
}

Robert