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.

#265
Robert Kavgić
Participant

Hi.

To match the orange background color, add the following code to “Custom CSS” field:

section.page-content.background-black {
    background: #F6981E !important;
}

The best dimensions for the logo image would be 138×40. If you want bigger image, you need to modify styles.
In your case it should be:

section#nav-container {
    width: 880px; 
    margin-top: 110px
}

Robert