• Resolved healthygirl

    (@healthygirl)


    I have a widget in my left sidebar that I want to change the color on. Here is my code:

    <h2 style=”text-align: center;”><span style=”color:#660099″>Testimonials</span></h2>

    Here is my blog site: https://www.stayhealthyandwell.com

    No matter what I color code I put in there, it continually makes it blue and not the color that I want. I am not a code expert by any means, so my code is possibly wrong, but this is the same code I used on the widget above it to make the text red.

    What am I doing wrong? Can someone point me in the right direction. I have searched through the forums and couldn’t find anything related to separate colors for text widgets.

    Any help would be appreciated. Thank you in advance.
    Melissa

Viewing 2 replies - 1 through 2 (of 2 total)
  • the color you see is the link color;
    you could try and move you inline style into the a tag:
    <h2 style="text-align: center;"><span><a href="https://stayhealthyandwell.com/testimonials/" style="color:#660099;" >Testimonials</span></h2>

    Thread Starter healthygirl

    (@healthygirl)

    It worked like a charm! Thank you SO much for that help! Driving me crazy and such a simple answer!
    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Widget Color’ is closed to new replies.