Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mylearningspace Friend
    #141373

    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

    theprofessor Friend
    #305437

    Try this:

    template_css.css (Line 61)
    Change border-bottom: 1px solid;

    TO: border-bottom: 0px solid;

    nguyenhuu quang Friend
    #305438

    your true, but not enought
    template_css.css (line 61)

    a {
    border-bottom:1px solid;
    color:#606B32;
    text-decoration:none;
    }

    replace

    a {
    border-bottom:none !important;
    color:#606B32;
    text-decoration:none;
    }

    theprofessor Friend
    #305445

    <em>@quang268 129655 wrote:</em><blockquote>your true, but not enought
    template_css.css (line 61)

    a {
    border-bottom:1px solid;
    color:#606B32;
    text-decoration:none;
    }

    replace

    a {
    border-bottom:none !important;
    color:#606B32;
    text-decoration:none;
    }

    </blockquote>

    Ah yes, that is better still. I’m learning too… 😉

    mylearningspace Friend
    #305450

    thanks guys! works a treat! 😀

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  mylearningspace 15 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum