Okay
  Public Ticket #787607
Change font color of sidebar widget text
Closed

Comments

  •  2
    Becca started the conversation

    Hi!

    I am having trouble changing the text color in the custom menu sidebar widget on my About Us. It seems that no matter what I do it is just a lighter color of the background. Please help! 

    Thanks,

    Becca

  •  1,611
    Barry replied

    Hi Becca

    You can use the following CSS line for that, it is already with the custom blue color of your theme

    .widget_nav_menu ul.menu li a { color: #002ca5; }

    Please copy/paste it via Appearance > Customize > Theme Options > Custom CSS.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Becca replied

    thanks so much, Barry!