Jump to content

PS 8.0.4 - How can I remove category image to the right of category text ??


Recommended Posts

PS 8.0.4 - How can I remove category image to the right of category  text ??

Not sure which bit of code in subcategories.tpl to remove.

<img src="https://gb-online.co.uk/dump/category-image1.png">

 

Link to comment
Share on other sites

Ok sorted

In themes/classic/templates/catalog/_partials/category-header.tpl comment out the following code (about lines 33-38)

 {**               {if !empty($category.image.large.url)}
 *                   <div class="category-cover">
 *                       <img src="{$category.image.large.url}" alt="{if !empty($category.image.legend)}{$category.image.legend}{else}{$category.name}{/if}" loading="lazy" width="141" height="180">
*                    </div>
*                {/if}
*}

 

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