Home › Forums › WoodMart support forum › Change colors
Change colors
- This topic has 11 replies, 2 voices, and was last updated 1 year, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 1, 2023 at 6:37 am #508931
evanlee01141991ParticipantHow to change this part to white color background and black color text?
Attachments:
You must be logged in to view attached files.November 1, 2023 at 1:49 pm #509056
Aizaz Imtiaz AwanKeymasterHello,
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.
November 2, 2023 at 2:13 pm #509345
evanlee01141991Participantit worked partially, please check there have two part have to edit too.
Attachments:
You must be logged in to view attached files.November 2, 2023 at 3:36 pm #509380
Aizaz Imtiaz AwanKeymasterHello,
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.
November 3, 2023 at 10:38 am #509553
evanlee01141991ParticipantLastly, 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.November 3, 2023 at 1:34 pm #509620
Aizaz Imtiaz AwanKeymasterHello,
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.
November 6, 2023 at 5:17 am #510053
evanlee01141991ParticipantStill can’t see it.
Attachments:
You must be logged in to view attached files.November 6, 2023 at 11:06 am #510123
Aizaz Imtiaz AwanKeymasterHello
It is in white color.
Screenshot for clarification:
https://ibb.co/61x44MvCheck back your site.
Best Regards.November 24, 2023 at 12:13 pm #515210
evanlee01141991ParticipantYou 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.November 24, 2023 at 3:28 pm #515303
Aizaz Imtiaz AwanKeymasterHello,
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.
November 28, 2023 at 7:54 am #516143
evanlee01141991ParticipantThanks, it’s worked perfectly.
November 28, 2023 at 10:25 am #516199
Aizaz Imtiaz AwanKeymasterMost 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. -
AuthorPosts
The topic ‘Change colors’ is closed to new replies.
- You must be logged in to create new topics. Login / Register