-
AuthorPosts
-
November 13, 2014 at 3:57 pm #350668
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.
November 13, 2014 at 4:00 pm #350671Hi 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,
YigitNovember 13, 2014 at 5:01 pm #350734Thanks 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.November 13, 2014 at 5:05 pm #350739Hi!
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,
YigitNovember 13, 2014 at 5:32 pm #350773This reply has been marked as private.November 13, 2014 at 5:35 pm #350778Hi!
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,
YigitNovember 13, 2014 at 5:47 pm #350795Thanks–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.
November 13, 2014 at 5:54 pm #350802Hey!
Please review your website. I changed the code to following one
.single-product nav.main_menu { display: none; }Regards,
YigitNovember 13, 2014 at 6:59 pm #350842That worked great! Thanks for all your help!! Mike.
-
AuthorPosts
- The topic ‘Hide Logo and Menu on Product Page?’ is closed to new replies.
