customize image banner button

customize image banner button

doarchery
Tourist
8 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
9537 1918 1954

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 and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

doarchery
Tourist
8 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
11 2 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 suggestions helpful, please consider giving them a like or marking them 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. Don't hesitate to reach out!
https://viralmint.in/viralmint-shopify-community/


doarchery
Tourist
8 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