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.
@Sal_francis
sorry for that issue
can you please try this code
- Go to Online Store->Theme->Edit code
- 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);
}
/=================================================/