Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #350671

    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

    #350734

    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.

    #350739

    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

    #350773
    This reply has been marked as private.
    #350778

    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

    #350795

    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.

    #350802

    Hey!

    Please review your website. I changed the code to following one

    .single-product nav.main_menu {
    display: none;
    }

    Regards,
    Yigit

    #350842

    That worked great! Thanks for all your help!! Mike.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide Logo and Menu on Product Page?’ is closed to new replies.