Home Forums WoodMart support forum Change colors

Change colors

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #508931

    evanlee01141991
    Participant

    How to change this part to white color background and black color text?

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

    Hello,

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

    body .select2-container--default .select2-results {
    	background-color: white;
    }
    body .select2-container--default .select2-dropdown {
    	background-color: white;
    }
    body .select2-container--default .select2-results__option {
    	color: black;
    }

    Best Regards.

    #509345

    evanlee01141991
    Participant

    it worked partially, please check there have two part have to edit too.

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

    Hello,

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

    body .select2-container--default .select2-search--dropdown .select2-search__field {
    	background-color: white;
    }
    body .select2-container--default .select2-results__option[data-selected=true] {
    	color: black;
    }

    Best Regards.

    #509553

    evanlee01141991
    Participant

    Lastly, after the selection is selected, I don’t want it show black but I want to be white as showing on the right of the photo.

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

    Hello,

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

    body .select2-container--default .select2-results__option[data-selected=true] {
        color: white;
    }

    Best Regards.

    #510053

    evanlee01141991
    Participant

    Still can’t see it.

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

    Hello

    It is in white color.
    Screenshot for clarification:
    https://ibb.co/61x44Mv

    Check back your site.
    Best Regards.

    #515210

    evanlee01141991
    Participant

    You may try to choose any selection, and then move your cursor and hover to another selection, you will found that the first selection is close to disappear.

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

    Hello,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    body .select2-container--default .select2-results__option[data-selected=true] {
       color: white;
       background-color: #242424;
    }

    Best Regards.

    #516143

    evanlee01141991
    Participant

    Thanks, it’s worked perfectly.

    #516199

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change colors’ is closed to new replies.