AndyC Posted April 9, 2020 Posted April 9, 2020 Hi can someone help please .. I have finally managed to get the new default theme working on my site and now it's just a case of sorting out a few issues. I have done them before but just can't remember how I did it. 1 How can I remove the images from a category page which has more than 1 sub category. 2 How can I remove the tiny triangle from category when it is on the left column
colorful-ant Posted April 9, 2020 Posted April 9, 2020 point 1 i comment out my images example:themes / niara / category.tpl <!-- {if $subcategory.id_image} <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}"> <img class="replace-2x img-responsive" src="{Link::getGenericImageLink( 'categories', $subcategory.id_image, 'medium', (ImageManager::retinaSupport()) ? '2x' : '' )|escape:'htmlall':'UTF-8'}" alt="{$subcategory.name|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" width="{getWidthSize|intval type='medium'}" height="{getHeightSize|intval type='medium'}" > </a> {/if} --> second point i dont know - its disabled on my store i think blockcategories modul 1
AndyC Posted April 9, 2020 Author Posted April 9, 2020 Thank you , I knew it was in there but wasn't sure which to comment out ..Images Removed ...Thanks
toplakd Posted April 10, 2020 Posted April 10, 2020 Point 2: In blockcategories.css search for this .blockcategories .list-group-item.current::before { and set display: block; into display: none; 1
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