How could I use CSS to hide the logo and menu on this page?:
http://nutsandboltspress.com/product/best-doctor-jokes-100-funny-jokes-for-everyone/
Page ID is” “3588”
Thanks, Mike.
Hi mhiller!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.postid-3588 nav.main_menu, .postid-3588 .logo {
display: none;
}
If you would like to hide on all products, please use “.single-product” instead of “.postid-3588” in the code
Regards,
Yigit
Thanks Yigit,
Sorry, but it doesn’t seem to work (the same trouble I was having when I tried to make the changes before posting here). I was wondering if it might be because the Woo plugin is taking control of the CSS some how? Thanks for any help you can provide!
Mike.
Hi!
Please disable CSS minifying feature and flush browser cache and check if that helps. If not, please create a temporary admin login and post it here privately
Regards,
Yigit
Hi!
There was a comma missing in your code, i added it and it does seem to work fine on that product. Would you like to remove only logo and menu or header? and would you like to remove on all single product pages? I can adjust the code for you
Regards,
Yigit
Thanks–its always the little things :-).
I would actually like to keep the logo visible, but hide the menu. I am trying to have the page function as a “squeeze page” where there aren’t too many action options. Mike.
Hey!
Please review your website. I changed the code to following one
.single-product nav.main_menu {
display: none;
}
Regards,
Yigit
That worked great! Thanks for all your help!! Mike.