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.

#400
Robert Kavgić
Participant

Hello.

To remove the space between the slider and the dark grey section, and the dark grey section and content below, use this css code:

.rs-wrapper,
.rs-wrapper + section.page-content.custom-background + section.page-content.custom-background  {
    margin: 0 !important;
}

.rs-wrapper + section.page-content {
    border: 0 !important;
}

Robert