Jump to content

Hide Category text


patrik1972

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...