bbqkees
Forum Replies Created
-
It appears to work again for now.
Will keep you updated if it occurs again.Everything is up to date.
I have not found any consistency in why it happens.
I cannot replicate it myself, tried different browsers etc as well.I asked one customer to do the order again and then it worked fine.
- This reply was modified 3 years, 11 months ago by bbqkees.
Forum: Plugins
In reply to: [Extra Product Options Builder for WooCommerce] checkbox image is too smallThat
!important;did the trick. thanks.For others who want to apply it as well to all pages at once you can paste the above snippet in here:
Appearance->Themes->Additional CSSForum: Plugins
In reply to: [Extra Product Options Builder for WooCommerce] checkbox image is too smallit’s the image you can place right next to the checkbox for each option.
It’s image class is optionIcon, but after the image you set another style for the element which comes from the JavaScript:
style="max-width: 13px; max-height: 13px;"
so it always renders it 13px.I would like to change this 13px to something like 70px so you can actually see the contents of the icon.