Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131624
    kmckay
    Participant

    I have in the header right widget area a text widget. Below is the Text code in the widget. I am trying to get the Contact Us and 1-601-555-5555 to appear in the color Black. It is currently white. I tried to make the changes in the Color Options | Basic Color Options. But had no success. I have tried to put this code into the widget but with no luck – style=”color: #000000;” . I may be doing something wrong. Would you tell me how to get the words to show black.

    Text Widget content:
      Contact Us
     1-601-555-5555

    #131652
    Skandha
    Participant

    @kmckay: The link you posted doesn’t seem to be accessible. Let me know when your site is accessible.

    Regards,
    Skandha

    #131708
    kmckay
    Participant

    Skandha, please send me a good email address for you and I will send you a username and password to get into the website. My client does not want the website exposed while during development.

    #131941
    Skandha
    Participant

    @kmckay: Go to => Appearance => Customize => Additional CSS and add the following CSS

    .sidebar .textwidget p a, .sidebar .textwidget p {
       color: #000;
    }

    But as you make the text color black and scroll down both the text color and the header background becomes black and you won’t be able to see the text.

    Let me know if you have anymore issues.

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of words in Header Right Widget area’ is closed to new replies.