Hi!
On my home page of my store www.daughterofanangel.com I am trying to make the image banner at the bottom on the site (Shop pay banner) clickable and link to my Buy now, Pay Later FAQs page
Thank you!
Hi!
On my home page of my store www.daughterofanangel.com I am trying to make the image banner at the bottom on the site (Shop pay banner) clickable and link to my Buy now, Pay Later FAQs page
Thank you!
Hi @jennarose
To make the banner image clickable, you can try the following:
....
......
....
.section .banner__box {
display: block;
opacity: 0;
}
Your banner image will be clickable.
We hope that this can help you.