zombie29 Posted November 17, 2020 Share Posted November 17, 2020 (edited) Is there a way of opting not to show the large category header title, or is it a css/tpl thing? or reduce it even? Edited November 17, 2020 by zombie29 (see edit history) Link to comment Share on other sites More sharing options...
elburgl69 Posted November 17, 2020 Share Posted November 17, 2020 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 More sharing options...
zombie29 Posted November 17, 2020 Author Share Posted November 17, 2020 thanks, have tried this but it leaves it blank and same size Link to comment Share on other sites More sharing options...
elburgl69 Posted November 17, 2020 Share Posted November 17, 2020 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 More sharing options...
zombie29 Posted November 17, 2020 Author Share Posted November 17, 2020 thanks, altered and changed layout to wide to remove the smaller category list on left not ideal but better, cheers 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