Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #79130
    Cathy
    Member

    How do I change font color (from grey to black) in my Contact Info Header Widget? Here is my site http://neuartstudio.com/wordpress/

    Thanks.

    #79164
    Sakin
    Keymaster

    @Cathy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #sidebar-header .widget, 
    #sidebar-header .widget-title, 
    #sidebar-header .widget a { color: #000; }
    #79230
    Cathy
    Member

    Thank you very much Sakin! Your code Worked fine.

    One more request. Is there an yway to change the black search box to transparent?

    Thanks,

    Cathy

    #79285
    Sakin
    Keymaster

    @Cathy: You can add the following css:

    #branding #s {
        background: none transparent;
        box-shadow: none;
    }
    #79301
    Cathy
    Member

    Thanks again for the additional code.

    Cathy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Font color in Header widget’ is closed to new replies.