Notifications
Clear all

Style Remove Underline from Links

3 Posts
2 Users
1 Likes
568 Views
Posts: 29
Topic starter
(@marcelderadmin)
Trusted Member
Joined: 4 years ago

Hi so i know this issue is simpily fixed by doing text-decoration: none !important; and it worked great in the past, but in the past i also used a different theme.

Im using Spice Software Theme and it wont let me get rid of the underline in the forum menu etc (see ss).

 

2 Replies
Tutrix
Posts: 1087
(@tutrix)
Noble Member
Joined: 3 years ago

@marcelderadmin

add this to custom css

#wpforo #wpforo-wrap a:link {
text-decoration: none !important;
}

Dashboard > Forums > Settings > Style (custom css)

Reply
1 Reply
(@marcelderadmin)
Joined: 4 years ago

Trusted Member
Posts: 29

@tutrix "You're a wizard Harry!".

Wow it worked like a charm. i tried it in the Customizer with the "Custom/Additional CSS" option but didnt work there. now it works thank you!

Reply