Hide registration & search !
-
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.
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