Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #467269

    Hi,

    I would like to hide the menu but show the logo on certain pages.

    How do I go about achieving this?

    Kind regards,

    Gideon

    #467736

    Hey Gwellins!

    Drag a codeblock element to your pages and add this inside.

    <style type = "text/css">
    nav.main_menu { display: none !important; }
    </style>

    Regards,
    Elliott

    #468086

    Perfect, thanks Elliot!

    Is there a way to center the logo area with the menu hidden?

    Kind regards,

    Gideon

    #468344

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #468429

    HI Rikard,

    Sure, advancedparking.co.uk.

    Kind regards,

    Gideon

    #468870

    Hey!

    use this code to control position of the logo:

    strong.logo {
    left: 500px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.