I want SHOP NOW button in pink color. where should i change it ?
#E03387
Go to Online store > Themes > Customize > select that section and add this code to Custom CSS
.button {
background-color: #E03387;
}
Hey @divika ,
Go to Online store > Themes > Customize > select that section and add this code to Custom CSS
.banner__buttons > a.button.button--secondary {
background-color: #E03387;
border: 1px solid #E03387 !important;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
HI
IT HAS CHANGED EVERYWHERE. Even the add to cart button has changed. I dont want that. Just shop now button hs to be changed
okay remove that code and i am giving you another one.
#Banner-template--21845225210152__image_banner > div.banner__content.banner__content--bottom-center.page-width.scroll-trigger.animate--slide-in > div > div > a {
background-color: #E03387;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!