Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

More styling options needed in settings of the wpDiscuz Widget

3 Posts
2 Users
1 Reactions
2,824 Views
Posts: 27
Customer
Topic starter
(@henrimatthijssen)
Member
Joined: 8 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: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 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: 8 years ago

Member
Posts: 27

Thank you.

Reply
Share:
Scroll to top