This topic has 7 replies, 2 voices, and was last updated 11 months, 2 weeks ago ago by Tony Rodriguez
Hi im not able to fill up the selected backgroung color to make it easible understandin when selected, so i d like to have a BLK background and the green text. Section in Pics, many thanks
Hello, @mirko,
We hope this message finds you well.
To facilitate the customization you are seeking, we respectfully request that you implement the following CSS code. Please navigate to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS, and insert the code provided below. Subsequently, ensure to clear your browser’s cache to observe the changes on your site. Should you wish to modify the color scheme, you are welcome to adjust the color values within the code to suit your preferences.
.single-product li.type-label.subtype-square.selected {
background-color: #000 !important;
color: green !important;
}
We appreciate your attention to this matter and are here to assist should you require further guidance.
Best Regards,
The 8Theme Team
Perfect like this but the same should be also on the shop page.
Thanks
Means all the same for the variation swatches indistintly where it is,
So home page, shop page, single product… everywhere the element is.
With the code it only works on single product but has to be everywhere.
Many thanks in advance
Hello, @mirko,
Thank you for your response. We are pleased to hear that the solution has been effective for you. We have observed that it is functioning correctly on the shop page, as evidenced by the screenshot provided here: https://ibb.co/Ld0xfM2.
To assist you further, could you kindly provide us with the URL of the page and a screenshot where the issue persists? This will enable us to review the matter and offer the necessary Custom CSS for that particular section.
Warm regards,
The 8Theme Team
I had to change the code i ve used this:
li.type-label.subtype-square.selected {
background-color: #000 !important;
color: #49f400 !important;
}
Is the code correct!?
Best reguards
Hello, @mirko,
We are pleased to confirm that the code is functioning correctly. Should it meet your requirements, please feel free to continue utilizing it as is.
We hope you enjoy your experience with Xstore. Should you have any additional questions or concerns, please do not hesitate to initiate a new discussion topic. Our team is dedicated to providing you with assistance at any time.
Thank you for reaching out to us. We wish you a pleasant day.
Warm regards,
The 8Theme Team
The issue related to '‘Unable to fill up the backgroung color to variation swatches’' has been successfully resolved, and the topic is now closed for further responses