Home Forums WoodMart support forum How to change the search results dropdown list bakgauge color?

How to change the search results dropdown list bakgauge color?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #608322

    HARSLE
    Participant

    please check

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

    Hung Pham
    Keymaster

    Hi HARSLE,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .search-results-wrapper .wd-dropdown {
    	background-color: #fff;
    }

    Regards,

    #608373

    HARSLE
    Participant

    but it will be a problem for the text, I think the text should also be black

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

    Hung Pham
    Keymaster

    Hi HARSLE,

    Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .search-results-wrapper .wd-dropdown {
    	background-color: #fff;
    }
    
    .search-results-wrapper .autocomplete-suggestion:not(.autocomplete-selected) .wd-entities-title {
        color: #000;
    }

    Regards,

    #608495

    HARSLE
    Participant

    but how can I remove the cursor hover like the picture showed

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

    Hung Pham
    Keymaster

    Hi HARSLE,

    Do you want to remove background color hovering effect? Please confirm me back.

    Regards,

    #608585

    HARSLE
    Participant

    Yes

    #608592

    Hung Pham
    Keymaster

    Hi HARSLE,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .search-results-wrapper .autocomplete-suggestion:hover,
    .search-results-wrapper .autocomplete-suggestion.autocomplete-selected {
        background-color: transparent;
    }

    Regards,

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