Hey guys, how do i turn this button black and text white for the button only?

@brokenbannaba

hi,

Please share your store URL

@niraj_patel sublimesnkrs.com

baurti

** @brokenbannaba **

Please use the code given below. code paste on above .

Layout >> theme.liquid

.slideshow__text-wrapper .banner__buttons a.button.button--primary { background: #000; color: #fff; }

after paste the given code buttons looks. (see below the screenshot)

Hi @brokenbannaba

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Add this CSS at the bottom

Online Store ->Theme ->Edit code

Assets ->base.css

button.button--primary {
    background-color: #000 !important;
    color: #fff !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly