noesac Posted May 12, 2011 Share Posted May 12, 2011 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.1http://i52.tinypic.com/15mirza.jpg Link to comment Share on other sites More sharing options...
mouse1 Posted August 28, 2011 Share Posted August 28, 2011 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. 1 Link to comment Share on other sites More sharing options...
noesac Posted August 28, 2011 Author Share Posted August 28, 2011 Can't believe I didn't think of that...thanks! 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