Comments 2Daniel Perry started the conversationMay 22, 2024 at 6:41pmCould you take a look at the attached image, and link to site - https://hitchindeli.co.uk/product/deli-discovery/You will notice there are double quantity increase and decrease buttons. With the extra one overlapping the quantity number.I think this is a clash between the composite products pro plug-in and the breakdance page builder, are you able to supply some CSS or similar to fix?Thanks in advance DanAttached files: Screenshot 2024-05-22 at 19.37.10.png 1,223Dustin repliedMay 23, 2024 at 2:56amHi Daniel,Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS: .wooco-qty .quantity button { display: none !important; } .wooco-qty .quantity .qty { height: 40px !important; line-height: 38px !important; }And the result:Best regards,Dustin1 Like 2Daniel Perry repliedMay 23, 2024 at 8:34amPerfect, thanks very much :)1 Like Sign in to reply ...
Could you take a look at the attached image, and link to site - https://hitchindeli.co.uk/product/deli-discovery/
You will notice there are double quantity increase and decrease buttons. With the extra one overlapping the quantity number.
I think this is a clash between the composite products pro plug-in and the breakdance page builder, are you able to supply some CSS or similar to fix?
Thanks in advance
Dan
Attached files: Screenshot 2024-05-22 at 19.37.10.png
Hi Daniel,
Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
And the result:
Best regards,
Dustin
Perfect, thanks very much :)