SIO2
1
Hi there,
On my productpage I’m unable to see my add to cart and buy button. If you hover over the button it does actually work without me being able to see it.
Does anyone have advice on how to fix this?
*also, for example, if I add a multicolumn the buttons are also not being displayed.
thanks in advance
Hi @SIO2 , can you share your store url?
SIO2
3
Hi, www.snibs.nl, thanks!
The problem is with the color scheme of the section, did you change it?
SIO2
5
Not that I’m aware of, any possibility to fix it?
Go to base.css and add the following code :
.product-form__buttons .button {
color : #010101 !important;
background-color : #f0f0f0 !important;
}
SIO2
7
This fixed the problem, thank you very much!!