Shop hover color change.

Home Forums Jevelin Theme Shop hover color change.

Home Forums Jevelin Theme Shop hover color change.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • rosybags
    Participant

    If i hover the search bar for the shop the color changes to a ugly red.. How do i change it to white?

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

    Solution for this topic

    Hi @rosybags,

     

    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

     

    #page-container .sh-sidebar-search-active input.sh-sidebar-search.search-field {
        border-color: #e5e5e5 !important;
        background: #FFF !important;
    }

     

    Best regards,
    Shufflehound team

    rosybags
    Participant

    somehow this doesn’t work, the red color is stil showing when i’m hovering over it

    rosybags
    Participant

    sorry, i don’t mean hovering but when i clicked on it and i can type text

    rosybags
    Participant

    fixed it!

    You are most welcome here šŸ™‚

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