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

Go down

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
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

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
Guest
Guest


Back to top Go down

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
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

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
Guest
Guest


Back to top Go down

Solved Re: Announcement Links Hover Color

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

Thanks it worked fine. Smile
avatar
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Announcement Links Hover Color

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

Glad I could help. Very Happy
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum