Notifications
Clear all

Style [Closed] Remove Underline from Links

3 Posts
2 Users
1 Reactions
953 Views
MarcelDerAdmin
Posts: 36
Topic starter
(@marcelderadmin)
Trusted Member
Joined: 5 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: 1455
(@tutrix)
Noble Member
Joined: 5 years ago

@marcelderadmin

add this to custom css

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

Dashboard > Forums > Settings > Style (custom css)

1 Reply
MarcelDerAdmin
(@marcelderadmin)
Joined: 5 years ago

Trusted Member
Posts: 36

@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!