• Resolved Anandabrata Ghosh

    (@ananddevops)


    Hello,

    PFA screenshot. Look at the menu-

    1. I would like to Hide the Sample Page from the Menu and even from link access i.e hide http://mysite/sample-page/ .
    2. I would like to remove the Vendor Registration menu and page. I am guessing this setting should be there somewhere in WCMP settings. But let me know incase anything needs to be done at the Storefront end.
    3. How to remove/hide the search box and facility i.e Search Products, Cart(icon) and the price indicator i.e £ 0.00 0 Items

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ananddevops,

    1. for menu customization you need to go Appearance -> menus and you can remove and create menus.
    2. You can remove/hide the search box using css.
    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    site-search form {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Anandabrata Ghosh

    (@ananddevops)

    1. There is no option to disable the menu in Appearance -> Menus

    See Screenshot

    2. Adding the code in Additional CSS in Theme Customizer doesn’t hide the Search box.

    3. Trying the child theme style.css option.

    Thread Starter Anandabrata Ghosh

    (@ananddevops)

    I had to make the pages as draft mode inorder to remove them from the menu.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to customize Header, Menu, etc?’ is closed to new replies.