Jump to content

How to remove the large category header?


Recommended Posts

Login at the admin part.

  • Go to Catalog - Categories
  • In this case edit to the Clothes category. Remove the main-image. Remove the "Description text".

Note: If you remove the description text, make sure to fill the Meta-Description text other wise you will be found in Goolge with your site name title with some non descriptive inventory information below when people serach on "Clothes".

 

Link to comment
Share on other sites

Your theme.css has the followoing entry:

.block-category {
    min-height: 13.75rem;
    margin-bottom: 1.563rem;
}

paste the following in your themes custom.css file (<httpdocs>/themes/classic/assets/css/custom.css):
 

.block-category {
	min-height: 1.75rem;
	margin-bottom: 1.563rem;
}

 

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...