This topic has 9 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hi,
I have this menu link on my main page https://prnt.sc/ldj3ey
Is it possible to hide it in the rest of the pages (keeping the logo and the cart)
Thanks!
Hello,
To give you answer we need to check your site, so provide URL, please.
Regards
Here you have
I had to put my web under constuction again.
I’ll advise you when I have it available.
Ok. You can provide wp-admin access in the Private Content area so we can check your site http://prntscr.com/ldk8wh
Regards
There you have my wp-admin access
Hi,
I have this menu link on my main page https://prnt.sc/ldj3ey
Is it possible to hide it in the rest of the pages (keeping the logo and the cart)
Thanks!
Hello,
You can add this code in Global custom css:
.home .menu-wrapper > .menu-main-container .menu > li > a {
display: block;
}
.menu-wrapper > .menu-main-container .menu > li > a {
display: none;
}
Regards
Hi Rose,
I added it in Theme Options > Custom CSS (Global Custom CSS) but doesn’t work.https://prnt.sc/lejg2t
Hello,
You need to clear cache to be able to see the effect of the custom css code.
Regards
You must be logged in to reply to this topic.Log in/Sign up