Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #474084

    Hello –
    I’ve removed the main menu from all the pages with the following code:

    nav.main_menu { display: none !important; }

    and I’m using the Fullwidth Sub Menu on the pages instead, however it does not work on the Blog Page.

    How do I put the main menu on the Blog Page only?

    Thank you

    #474167

    Hi mabraxas!

    Please add following code to Quick CSS as well

    .blog nav.main_menu { display: block !important; }

    If that does not help, please post the link to your blog page

    Best regards,
    Yigit

    #474492

    Thanks Yigit,
    worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Menu on Blog Page only’ is closed to new replies.