Catergory text overlays category picture
I have installed 1.6 for anime accessory store. When I add picture to category and then description text I see text overlaying picture. I heard if I modify "Themes > default-bootstrap > Category.tpl" around line 47, the image form being used can be stopped, but I couldn't be able to try it due to lack of my expertises. Can you help me with this issue??
This is the original code approx line number 47
id_image}style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) 0 bottom no-repeat; background-size:contain; min-height:{$categorySize.height}px;" {/if}>
{if $category->description}
Delete the If statement to leave:
{if $category->description}