Change text color in text widget

Home Forums Omega Child Change text color in text widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2580
    jeannie
    Participant

    Hi Han,
    Another question: what code can I add to the CSS to change the text color in the text widget? The text on my site is black, but the widget text is gray. I’d like it all to be the same. My site: http://www.mybedwettingcure.com using Church child theme.
    I searched the wp forums and found that each theme might have different code for this.
    Thanks for your help.
    Jeannie

    #2584
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and add this code

    .sidebar {
        color: #333;
    }
    #2587
    jeannie
    Participant

    Very easy! It worked. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must login to reply to this topic.