MIKE_LYTHGOE Posted May 10, 2023 Posted May 10, 2023 On my product pages how do i get rid of the title above the variant box, and also the grey border which doubles when you click on it. I also want the text to be black. Thankyou!!! FluffCreativeStudio 1
FluffCreativeStudio Posted May 10, 2023 Posted May 10, 2023 Would you mind linking to the site so that i could take a look?
MIKE_LYTHGOE Posted May 10, 2023 Author Posted May 10, 2023 ohh sorry https://www.deepminds.world/ FluffCreativeStudio 1
FluffCreativeStudio Posted May 10, 2023 Posted May 10, 2023 Hey @MIKE_LYTHGOE Alright for the title, I assume you are referring to the small gray text that says "size" for that you'll just want to target the .variant-option-title {display: none !important;} and then for the selection box, youll do something along these lines: .product-details .variant-select-wrapper { color: #000; border: none !important; } I hope that helps!
MIKE_LYTHGOE Posted May 17, 2023 Author Posted May 17, 2023 hi! Thanks for that, the size text worked. The variant wrapper wasnt quite what i wanted though. When i click on it there is a double outline which i want to get rid off. Is there a way to do that? Screen shot attached for reference, thanks!!
tuanphan Posted May 28, 2023 Posted May 28, 2023 On 5/18/2023 at 12:31 AM, MIKE_LYTHGOE said: hi! Thanks for that, the size text worked. The variant wrapper wasnt quite what i wanted though. When i click on it there is a double outline which i want to get rid off. Is there a way to do that? Screen shot attached for reference, thanks!! Can you share link to this product? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MIKE_LYTHGOE Posted June 12, 2023 Author Posted June 12, 2023 sure, its here https://www.deepminds.world/shop/p/playboy-long-tee
tuanphan Posted June 14, 2023 Posted June 14, 2023 On 6/13/2023 at 3:57 AM, MIKE_LYTHGOE said: sure, its here https://www.deepminds.world/shop/p/playboy-long-tee Add to Design > Custom CSS /* variant double lines */ .pdp-layout .pdp-details .variant-option select { outline: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment