Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #436395

    Hi!

    I am setting up a webshop using Enfold and Woocommerce. I have successfully used quick CSS code (.page-id-507 nav.main_menu {display:none;}) to remove the primary menu on all of the pages on the site. However, I am not able to do this to remove the primary header menu for the “shop” page which is standard with Woocommerce. I have checked that I am using the correct page-id however the main menu refuses to go away.

    I am wondering if there is an easy solution to this problem or will I have to scrap the Woocommerce shop page and build my own?

    Cheers

    #436996

    Hi Tom!

    Can you post the link to your website please? You may have some typos on your quick CSS code. Please post the content of your quick CSS using http://pastebin.com/ here

    Cheers!
    Yigit

    #437049
    This reply has been marked as private.
    #437052

    Hi!

    Please add following code to Quick CSS

    .post-type-archive-product nav.main_menu {
      display: none;
    }

    Nice website by the way :)

    Regards,
    Yigit

    #437065

    Hi again!

    As usual the code worked a treat! :-)

    You’re too kind! The website is in its infancy at the moment – There is a fair bit of work to be done before its ready!

    Thanks again :)
    Tom

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem getting main menu to vanish using quick CSS in general styling’ is closed to new replies.