How can I make the image banner clickable in the Crave theme?

I want to make image banner clickable in the crave theme.

1 Like

@animeee

oh sorry for that issue yes it can be done add custom code at your image banner section so please share store url and image banner section code

Hi @animeee !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Please use this code;

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:

.banner__buttons a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent;
z-index: 2;
opacity: 0 !important;
}

.slideshow__text.banner__box {
position: absolute;
height: 100%;
width: 100%;
max-width: 100%;
left: 0;
top: 0;
}

.banner__buttons a:before,
.banner__buttons a:after,
.banner__buttons:before,
.banner__buttons:after {
display: none !important;
}

Best Regards;

Pagefly