May 25, 2022 12:23 am
Hi There,
I would like to change the text/icon mark in circle to white. Any help is appreciated!
Thank you.
- steve
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