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
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
Perfect, thanks Elliot!
Is there a way to center the logo area with the menu hidden?
Kind regards,
Gideon
Hey!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
HI Rikard,
Sure, advancedparking.co.uk.
Kind regards,
Gideon
Hey!
use this code to control position of the logo:
strong.logo {
left: 500px;
}
and adjust as needed.
Best regards,
Andy