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.

#1056
Robert Kavgić
Participant

Hello,

The 404 error page background color is used from the “Blog” settings page. So, in order to change the background color on 404 page, you will have to change the same on blog page, too.

If it’s not that urgent, you can wait a short period while we announce an update which will include the background color change option just for 404 page.

Another workaround to change the header area grey background is to use the following CSS code:

section#page-title {
    background: #000 !important;
}

Robert