links

This topic contains 7 replies, has 3 voices, and was last updated by  Guust 8 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #120172

    Sam
    Buyer
    Post count: 172

    Hi,

    I’m trying to get rid of the “…….” that is under all the links in the directory. How do I do that? If you look at the directory page here: http://isorriso.com/directory/

    You will see that every link has a dotted line under it. how do I get rid of that? I tried putting in this code into the CSS but it only added an additional underline when hovering. If possible, I would like to alter the linking style in the directory only.

    Thanks
    Adam

    /* unvisited link */
    a:link {
    color: #063e53;
    text-decoration: none;
    }

    /* visited link */
    a:visited {
    color: #1c6782;
    text-decoration: none;
    }

    /* mouse over link */
    a:hover {
    color: #1994ad;
    text-decoration: underline;
    }

    /* selected link */
    a:active {
    color: #ffffff;
    text-decoration: underline;
    }

    #120222

    Joy
    Buyer
    Post count: 1076

    Try this

    
    
    a {
        border-bottom: none;
    }
    #120223

    Sam
    Buyer
    Post count: 172

    That worked! thanks!

    But now the hover link is underlined and really a thick underline. How do I adjust that?

    Thanks,

    Adam

    #120224

    Joy
    Buyer
    Post count: 1076

    This is what’s creating that hover effect

    
    
    /* mouse over link */
    a:hover {
    color: #1994ad;
    text-decoration: underline;
    }

    Just remove the text-decoration line and see if that works.

    #120225

    Sam
    Buyer
    Post count: 172

    That i understand. I actually deleted all of that and only put in your code. Is there a way to make the underline a thinner underline?

    #120226

    Joy
    Buyer
    Post count: 1076

    Try this:

    
    
    a:hover {
    border-bottom: 2px solid #1994ad;
    }
    #120323

    Sam
    Buyer
    Post count: 172

    That did work.. Thanks!

    #120469

    Guust
    Moderator
    Post count: 29970

    Thanks for helping out 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount