Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1749113
Changing sidebar's selected text color
Closed

Comments

  • woojinchae started the conversation

    Hello! 

    Thank you again for your help with my previous ticket with language switcher.

    My next question is, is it possible to change the selected item text color on the sidebar navigation? 

    I added the sidebar navigation through widget (not page builder) and I can't seem to find the color option for selected item font color in any of the settings. 

    Thank you!

  •  361
    Filip replied

    Hi there!

    You're very welcome.

    And great spot, actually! Here is a CSS code that will get that sidebar menu item highlighted in your accent color:

    .widget ul > li.current_page_item > a {
        color: #2976bf;
    }
    

    However, I'll definitely include this fix in a next theme update.

    Kind Regards,
    Veented Team