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.
3 Replies
May 26, 2022 4:53 am
Hi @bluenail,
Please note don't provide support for style customization. We may suggest you use the CSS code for the customizations.Â
You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize.Â
For example, the color of the text can be changed by using the CSS code below:Â
#wpdcom .wpd-thread-info { color: #0e5a00; }
This website should help you to write CSS rules:Â Â Â Â https://www.w3schools.com/cssref/default.asp