Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3666

Reply To: Remove underline from Topics

$
0
0

ok your code is

main a {
	text-decoration: underline !important;
	a.bbp-topic-permalink { text-decoration: none: !important;
	}: ;
}

it should be

main a {
	text-decoration: underline !important;
}
a.bbp-topic-permalink { 
        text-decoration: none: !important;
}

Viewing all articles
Browse latest Browse all 3666

Trending Articles