Looking to change buy now and shop now button colors

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?

www.snotjewelry.com

please add below code in assest/theme.css file

.btn, .shopify-payment-button .shopify-payment-button__button–unbranded {

background-color: #000;

}

buynow button is not showing in your site .

I attached screenshot for that

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;
}