On the desktop version my color is black, as it should be, but whenever i go into mobile version it changes to white?
Black Colour:
https://gyazo.com/3dded028a50fbb3a4b15858f2c0cc623
White colour:
https://gyazo.com/c11afc5b05f280e7b5a4c82e426b875b
Website is:
https://avanclothingstore.myshopify.com/
password:
sheiti
1 Like
@Rasmushovggard
yes, please try this code same color both desktop and mobile
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.banner__buttons a.button.button--primary {
background: #000 !important;
color: #fff !important;
}
Thanks for the answer, but unfortunately it didn’t work
It changed the buttons color, and not the fonts color.
1 Like
@Rasmushovggard
can you try this code
.banner__buttons a.button.button--primary {
background: #000 !important;
}