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

Hi everyone,

I am trying to make the banner on my Dawn 2.0 theme clickable without having to have a button on it.

I am aware that there are many threads dedicated to this already, I have combed through all these and tried their suggestions but it doesn’t work properly for me.

Would appreciate any help!

Hi @kcam93 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

just sent it to you via DM :slightly_smiling_face:

Hi @kcam93 ,

You can show enter the link for the button, so that we can use the link of the button for your image and hide the button for you. Now the button is hidden, so I can’t get the url link.

Thanks you

Hi @AvadaCommerce ,

Thanks for checking this, I have just made the button temporarily available. (Even though I don’t want it to show long term).

Thanks!

Hi @kcam93 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css->paste below code at the bottom of the file:
.banner__content {
    position: static !important;
    opacity: 0 !important;
}
.banner__content .banner__box {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
}
.banner__content .banner__box .banner__buttons a {
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

3 Likes

hi,

thanks for this but it hasn’t worked unfortunately- the banner still isn’t clickable.

1 Like

Hey,

Thanks a lot, it fix on the theme “dawn” & “ride”,

But it can not work at the theme “sense”

Could you please help?

Thanks a lot.

Hi dear,

I use the code above,

It works, I think you need add the button,

As I show at below,

I had try the themes “dawn” and “ride”, both working, but I am using the theme “sense” cannot work.

Hi dear,

I use the code above,

It works, I think you need add the button,

As I show at below,

COOSEON_1-1651220102312.png

I had try the themes “dawn” and “ride”, both working, but I am using the theme “sense” cannot work.

hi can u help me my theme is sense and my shop link is shop-angelic.com , i want to make my image banner clickable

hi can u help me my store is shop-angelic.com i want image banner to be clickable no buttons i am currently working on draft theme named dawn theme