938 Posts in 271 Topics by 291 members
Forum Module
SilverStripe Forums » Forum Module » css newbie - remove the underline for links
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 706 Views |
-
css newbie - remove the underline for links

26 January 2011 at 9:50am Last edited: 26 January 2011 9:52am
Hi guys,
Css newbie really. But i would like to remove the line under an image on the forum module.
I managed to get rid of it using#ForumContent a {
border-bottom-style: none;
}But this removes all the underlines, and i would just like the one under an image (used as a link - "start new topic"), so i used
.forumFeatures a {
border-bottom-style: solid;
}But using an inspector, the typography border-bottom-style seems to be the over-riding style.
Cheers
Grant -
Re: css newbie - remove the underline for links

26 January 2011 at 8:59pm
Try .forumFeatures a img { border: none }
| 706 Views | ||
|
Page:
1
|
Go to Top |


