• Resolved traumschiff

    (@traumschiff)


    Hey,

    I would be really happy if someone could help, this is beyond my knowledge.

    https://mail.omkt.hu/muszi/ Here you can see my website which i’m building atm.

    1) I would like to get rid of the header alltogether (which is above the menu with the searchbar and the logo + text)

    2) I would like the website to be started with the Revolution Slider on top. I would like to rearange the menu to be below the Revolution slider.

    ATM the Revolution slider is added with a shortcode to the homepage because I couldn’t put it in with a php code + the theme. (to the site template)

    This means that I need to add the menu somehow to be between the slider and the page’s inner body.

    Not sure if the 2nd point can easily be done but if anyone could help by the first that would be good also!

    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter traumschiff

    (@traumschiff)

    Managed to do the first part now only need the second ??

    .

    (@techievous)

    1) You can use this CSS:

    #masthead {
         display:none;
    }

    2) The easiest way would be copy header.php into your child theme, then add the revolution slider code just above the navigation code, like in this screenshot

    If done right, you should have something like this: [screenshot]

    Thread Starter traumschiff

    (@traumschiff)

    Greeeeeeeeeeeeeeeeeeat, thank you very much, I tried to paste it to the wrong place before.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need Help! Header change Menu placement’ is closed to new replies.