Announcement Links Hover Color Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Announcement Links Hover Color

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Announcement Links Hover Color

    Post by runawayhorses May 20th 2012, 1:37 pm

    I have some links in AP>>General>>Announcements and as you can see from this screenshot when one of the links is hovered over it creates a white background around the link. How can I remove this white background so it is transparent when hovered over, and when the links are hovered over the text of the link changes colors and noting else?

    thanks

    Announcement Links Hover Color Linkbar


    Last edited by runawayhorses on May 20th 2012, 2:00 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: Announcement Links Hover Color

    Post by Guest May 20th 2012, 1:42 pm

    Hi!

    Add to CSS Stylesheet:
    Code:
    div.fa_ticker_content a.postlink:hover{
    background-color: transparent !important;
    color: #TEXT_COLOR !important;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Announcement Links Hover Color

    Post by runawayhorses May 20th 2012, 1:47 pm

    Thanks Coddy its working but I found out I also need more code to set the 'visited' link color.
    avatar
    Guest
    Guest


    Solved Re: Announcement Links Hover Color

    Post by Guest May 20th 2012, 1:49 pm

    Code:
    div.fa_ticker_content a.postlink:visited{
    here your proprietes...;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Announcement Links Hover Color

    Post by runawayhorses May 20th 2012, 1:59 pm

    Thanks it worked fine. Smile
    avatar
    Guest
    Guest


    Solved Re: Announcement Links Hover Color

    Post by Guest May 20th 2012, 2:03 pm

    Glad I could help. Very Happy