hi! im trying to remove the underline to all links (including images) for joomla content and perhaps also virtuemart shop. ive tried without desired outcome…
1. adding following code between <head> tags in pariti/index.php
<style type=”text/css”>
a { text-decoration:none }
</style>
2. adding text-decoration:none to a: link classes in pariti/template_css.css
3. adding following code for individual links in link tag eg.
<a href=”http://www.site.com” style=”text-decoration:none”>Link Text</a>
note: ive also looked at virtuemart shop template css
i’d appreciate some pointers.
site is https://www.1earth1u.com