Home › Forums › WordPress Themes – Premium › Circumference › Change widget content text color
How do I change the content text color within a widget? I added widget Top 1 and was able to change the color of the title but I don’t see how to change the color of the content.
Thanks!
Hi SGupte,
Please use the following css to fix your issue;
.textwidget { color: #b18080; }
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Hi There,
You are welcome! if you face any problem in future, then please let us know we are happy to help you.