Navigation on an image

Hello,

Is there anyway to place navigation on an image? I want to achieve something like this:

Thanks

Hello Hristiyan,

If you are using X, you will have to add some custom CSS in order to have a header like this and use Revolution Slider in the header area.

Please add this code in X > Theme Options > CSS:

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

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

Then create a Revolution Slider slider then edit the wordpress page then set the Rev Slider to the masthead settings:

Hope this helps.

Works perfectly
Thank you very much!

We are delighted to assist you with this.

Cheers!

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