Jump to content

Thumbnails showing funny underscore


Recommended Posts

  • 3 months later...

I've seen these with a number of other sites as well, there's an annoying little underscore under each one. Anyone know how to fix this? I'm on v1.3.1<br/><br/>http://i52.tinypic.com/15mirza.jpg

 

Hi. As I could not find how to fix this in css, I just adjusted the code in yourtheme/category.tpl

 

Find the folowing code:

 

<a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}">

 

And add

style="text-decoration: none"

in the "a" tag. You will get this:

 

<a style="text-decoration: none" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}">

 

It is probably not the best solution, but it worked for me. Hopefully it will help you and maybe others, too.

 

J.

  • Like 1
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...