Notifications
Clear all

urgent help needed

6 Posts
2 Users
0 Likes
2,877 Views
Posts: 4
Customer
Topic starter
(@sam442277)
Member
Joined: 6 years ago

Hi, how do I get rid of the underline on links? I tried removing the hover in css, works on other parts in the sidebar area but not in this widget....tks

Screen Shot 2017 11 06 at 7.41.02 PM

 

5 Replies
Posts: 4
Customer
Topic starter
(@sam442277)
Member
Joined: 6 years ago
Reply
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Hi Sam,

These underlines come from your theme CSS. Use the code below to turn this off for wpDiscuz widgets. Navigate to Dashboard  > Comments > Settings > Styling admin page and put this CSS code in Custom CSS Code textarea. Then delete all caches and do Ctrl+F5 on front-end:

.colors-custom .widget .wpdiscuz-widgets-content a{box-shadow: none;}
.colors-custom .widget .wpdiscuz-widgets-content a:hover{box-shadow: none;}
Reply
2 Replies
Customer
(@sam442277)
Joined: 6 years ago

Member
Posts: 4

Thank you Tom, it works on some pages (created from the theme) but still showing lines on pages that I created using WPBakery page builder, any idea?

Reply
Customer
(@sam442277)
Joined: 6 years ago

Member
Posts: 4

this is what I mean:

http://daytone.club/2017/10/27/test-2/      displays correctly

http://daytone.club     line still showing

Reply
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

I don't see that. The link opens a page without sidebar.

In any case you can try this one too:

.widget .wpdiscuz-widgets-content a{box-shadow: none;}
.widget .wpdiscuz-widgets-content a:hover{box-shadow: none;}
Reply
Share:
Scroll to top