Home Forums WoodMart support forum Hide registration & search !

Hide registration & search !

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57712

    wonglui
    Participant

    hi, i have two problem, need your help.
    1. How to hide the page path and search bar of a shop page (1.jpg)?
    2. How to hide the registration function of the login form (2.jpg)?

    Attachments:
    You must be logged in to view attached files.
    #57731

    Hello,

    As for store page. This searching form appears in case if you have no products in the store. As soon as you add at least one product, search form would disappear.

    In order to hide create account question add this CSS to Theme Settings > Custom CSS:

    .create-account-question{
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)