Notifications
Clear all

More styling options needed in settings of the wpDiscuz Widget

3 Posts
2 Users
1 Likes
2,487 Views
Posts: 27
Customer
Topic starter
(@henrimatthijssen)
Member
Joined: 7 years ago

More styling options in the settings of the wpDiscuz Widget plugin are needed in order to fit it better in the WordPress theme you use.

I miss now for example the setting of the color around the widget (currently set to white). How can I change this?

2 Replies
Posts: 4172
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Ok, we'll take this under consideration. At the moment you can use this CSS code, put it in Dashboard > Comments > Settings > Styling > Custom CSS Code textarea, delete all caches and do Ctrl+F5 on front-end:

#widget-comments-container ul.wpdiscuz-widgets-tab-title-list li a,
ul.wpdiscuz-widgets-tab-title-list li,
#widget-comments-container .wpdiscuz-widgets-content, #widget-comments-container > hr{
border-color: #ff0;
}
#widget-comments-container ul.wpdiscuz-widgets-tab-title-list li.tab-title-list-active-item{
border-left-color: #ff0;
border-right-color: #ff0;
}
Reply
1 Reply
Customer
(@henrimatthijssen)
Joined: 7 years ago

Member
Posts: 27

Thank you.

Reply
Share:
Scroll to top