I'm struggling to style the WooCommerce variation dropdown. Some changes work in the browser inspector, but none persist when added to my theme's style.css file. I've attached an image of the current dropdown.
I need to:
Hide the variation label text
Make the dropdown box wider
Move the dropdown selector arrow to the right
Hide the "Choose" text before variation names
I've cleared cache and confirmed my CSS is loading.
Could you please advise on:
The best approach to style these elements
Any known conflicts with custom CSS
Recommended hooks or filters if CSS isn't sufficient
Hello,
I'm struggling to style the WooCommerce variation dropdown. Some changes work in the browser inspector, but none persist when added to my theme's style.css file. I've attached an image of the current dropdown.
I need to:
I've cleared cache and confirmed my CSS is loading.
Could you please advise on:
Thank you for your assistance.
Attached files: IMG_5355.jpg
Hi Andrius,
Please provide me with a product bundle link so I can check and give you the exact CSS code.
Best regards,
Dustin
Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
And the result:
To change or remove the "Choose" text, please use this option:
You can fill in "%s" without "Choose".
Best regards,
Dustin
Thank you so much!