Planning New Layout in X Theme choices

I would like to choose my X theme option to design a site that blends with the menu so it looks like its one page and the logo over both the header and menu. so it’s like the following.

  • Single Page Website

An example below:
https://www.dtelepathy.com/blog/wp-content/uploads/2014/03/7-treehouse-c.png

Hi Joe,

If you are using X, you may add this code to the Global CSS in X > Theme Options > CSS:

.x-navbar-wrap .x-navbar {
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.masthead {
    position: absolute;
    width: 100%;
}

Then create a slider using Rev Slider and set it to the page’s Slider Settings : Below Masthead:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.