Hi need help changing the color of shop now buttons on all of the sections on my landing page. As well as changing the buy now on my product page. Was able to do one section by looking at prior post however thats all i was able to do. Help Please?
Hi @snotjewelry
welcome to Shopify Community, can you please post here the URL of your store?
hello @snotjewelry
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-index #shopify-section-16283030151e6a9458 .btn, .template-index #shopify-section-1629429640a53b74fe .btn {
background-color: var(--color-btn-primary) !important;
}
.template-index a.btn.hero__btn {
background-color: var(--color-btn-primary) !important;
}



