patrik1972 Posted August 25, 2016 Share Posted August 25, 2016 Hi, hope someone can help me. I wonder if its possible to hide Category name for all categories and heading counter in the main category? How can I do that? Link to comment Share on other sites More sharing options...
endriu107 Posted August 25, 2016 Share Posted August 25, 2016 In file global.css where you have: .page-heading.product-listing { border-bottom: none; margin-bottom: 0; } change to: .page-heading.product-listing { display: none; border-bottom: none; margin-bottom: 0; } Link to comment Share on other sites More sharing options...
patrik1972 Posted August 31, 2016 Author Share Posted August 31, 2016 In file global.css where you have: .page-heading.product-listing { border-bottom: none; margin-bottom: 0; } change to: .page-heading.product-listing { display: none; border-bottom: none; margin-bottom: 0; } Thanks a lot for your help, it worked fine. However, if I want to keep the "Catagorytext" but only hide the text where it says "no products...."? Link to comment Share on other sites More sharing options...
patrik1972 Posted August 31, 2016 Author Share Posted August 31, 2016 And also, i noticed that the text is shown in a subcategory down, if you understand what I mean? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now