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.

#1006
Robert Kavgić
Participant

Hello,

To change the header background color, you need to add the following css code to “Elvyre options -> Appearance – Custom CSS” box:

#header-wrapper {
    background: #000 !important;
}

Change the #000 code to the color you desire.

Which version of Elvyre-core, Content Manager and template do you have?

Robert