Change Colour of button on one slide in venue theme slider

Hi

I am using the Venue theme and have a slider banner. One of the slides has a background colour of the main accent (buttons) colour - blue - so the button is not visible on this slide. I want to change the button just for this slide to pink.

The other slides are pink and yellow so the blue-button comes up fine on those.

Any help is appreciated.

Cheers

Sal.

Hii, @Sal_francis
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

https://drink-greek.myshopify.com/
password: phohch

1 Like

@Sal_francis

sorry for that issue

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-critical.css ->paste below code at the bottom of the file.
.home-carousel__item--1636768205b1f1119e-0 .c-btn--primary {
    background: var(--color--btn);
    color: var(--color--brand);
}

/=================================================/