This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
I’m sorry, but I will need to open this topic “Tabs” again. It had been closed.
By this way Woocommerce> Settings> Products> Display> Shop Page. I could not disable the display on the home page. Then I tried to
css .filter-wrap {display: none;}
div.row.products-loop.products-Grid.Row-count-3 {display: none;}
.pagination-cubic {display: none;}
but he has disabled the product in the category page as well. How can I do to disable only the home?
It follows print screen: http://prntscr.com/d4c431
Thank you!
Hello,
Try to add class .home
, for example,
.home .filter-wrap {
display: none;
}
Regards,
Rose Tyler.
Thanks Rose!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Filter at home’' has been successfully resolved, and the topic is now closed for further responses