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.

 

How to edit color of widget title structure?

5 Posts
2 Users
0 Reactions
2,679 Views
Posts: 3
Customer
Topic starter
(@myrouble)
Member
Joined: 8 years ago

Hi! I bought addons wpDiscuz Widgets. How to edit color of widget title structure? Now my title is transparent and I can't see it.

95132 clip 109kb
69e18 clip 119kb
4 Replies
Posts: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 years ago

Hi @myrouble,

This is a conflict with your theme CSS style. Please put this CSS code in your theme Custom CSS code section or in style.css file. Save it delete all caches and do Ctrl+F5 on website front-end:

.wpdiscuz-widgets-content h3.widgettitle{color:#333333 !important;}

The #333333 is a color code (dark grey) you can change it to whatever you want.

https://www.w3schools.com/colors/colors_picker.asp

Reply
1 Reply
Customer
(@myrouble)
Joined: 8 years ago

Member
Posts: 3
Posted by: Tom

Hi @myrouble,

This is a conflict with your theme CSS style. Please put this CSS code in your theme Custom CSS code section or in style.css file. Save it delete all caches and do Ctrl+F5 on website front-end:

.wpdiscuz-widgets-content h3.widgettitle{color:#333333 !important;}

The #333333 is a color code (dark grey) you can change it to whatever you want.

https://www.w3schools.com/colors/colors_picker.asp

I solved this problem with the help of this style:

#widget-comments-container .widget-title{color: #4A4A4A}

Clip2net 180506105556

My site https://myrouble.ru

Reply
Posts: 3
Customer
Topic starter
(@myrouble)
Member
Joined: 8 years ago

And how do I change the color of links as well as comments

Clip2net 180506105221
Reply
Posts: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 years ago

These are not a simple text, these are links so they have link color. Use this code to change the text and link color in widgets:

.wpdiscuz-widget-comment-content .wpdiscuz-widget-comment-exc,
.wpdiscuz-widget-comment-content .wpdiscuz-widget-comment-exc a {color:#333333 !important;}
Reply
Share:
Scroll to top