customize image banner button

customize image banner button

doarchery
Tourist
10 0 1

my site is do-archery.com on the main image banner i have been trying for hours trying to find an elegant solution i need a place to put a headline on the image, also the button looks kind of terrible i was thinking something like a pill shape in my purple color, and some sort of arrow pointing to the right 

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

Add this code to Custom CSS of that Image banner section 

.button { background-color: transparent; color: #fff; }
.button:after { border-radius: 25px; }

Screenshot 2024-09-30 at 11.24.25.png

Related to adding heading on the image, please click + Add block under Image banner section > Heading to added heading Screenshot 2024-09-30 at 11.26.38.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

doarchery
Tourist
10 0 1

thank you, but it is a little more complicated i have two image banners i want this to only apply to the first one and i still have to move the heading and the text far enough to the left to avoid blocking the subject

Viralmint
Shopify Partner
38 5 3

Hello @doarchery 

Please add below css code into base.css file

.banner__buttons a.button.button--primary {
background: #b26cff;
color: #fff;
border-radius: 50px;
}
.banner__buttons a.button.button--primary:after,
.banner__buttons a.button.button--primary:before {
border-radius: 50px;
}
svg.icon.icon-arrow {
margin-left: 5px;
}

Please below svg code in slideshow liquid file 

<svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

Viralmint_0-1727676057953.png

Viralmint_1-1727676129934.png

 

 

If you find our reply helpful, please hit Like and Mark it as a Solution.


For custom designs and solutions, feel free to contact us. We offer 360-degree services to help scale your e-commerce brand.



Thank You,
ViralMint Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency| Call Us 91 98903 26596
Location: Pune, Maharashtra, India 411045
doarchery
Tourist
10 0 1

i appreciate this, but i would prefer if the text and button were completely out of the way of the subject of the photo