Hi,
Does anyone know how I can change the color of the “Shop Now” text in the button of my image banner, using custom CSS?
page link: https://maisonmidori.com/
Hi,
Does anyone know how I can change the color of the “Shop Now” text in the button of my image banner, using custom CSS?
page link: https://maisonmidori.com/
The background needs to be replaced with the color you require.
.banner__buttons{
background: #7B862F
}
Hi @maisongreen_03 ,
Please add code:
.banner__buttons .button {
background-color: #ffffff;
border: none;
color: black;
}