Jump to content

[SOLVED] How do I remove the underline from hyperlink ?


Recommended Posts

ok, so if you want to change it everywhere on product page

paste this to your global.css:

#product a {text-decoration:none!important;}

if you want to change color, use :

#product a, #product a strong, #product a span {text-decoration:none!important; color:yellow!important;}

you can of course change color to any other you want

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...