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.
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.
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.
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;}