Home Forums WordPress Themes – Premium Circumference Change widget content text color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37973
    SGupte
    Participant

    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!

    Attachments:
    You must be logged in to view attached files.
    #38017
    Binaya D
    Participant

    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

    #38100
    SGupte
    Participant

    Thanks!

    #38208
    Binaya D
    Participant

    Hi There,

    You are welcome! if you face any problem in future, then please let us know we are happy to help you.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.