edit the sidebar searchbar widget color

Home Forums Jevelin Theme edit the sidebar searchbar widget color

Home Forums Jevelin Theme edit the sidebar searchbar widget color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • vish
    Participant

    How can i edit the sidebar searchbox background color when its active.?
    when i select the searchbar it changes background color to blue but i want it to be white.I have gone thru the style.css file but i haven’t got anything.

    Attachments:
    You must be logged in to view attached files.

    Hi @vish,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-sidebar-search-active .search-field:hover,
    .sh-sidebar-search-active .search-field:focus{
        background: #fff !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)