How to add underline to shop now button

Solved

How to add underline to shop now button

YIVAN
Explorer
54 1 16

Hello,

 

Is there any way to add a underline to the shop now button in the image banner section? Similar to the home underline.

Screen Shot 2024-06-15 at 2.24.31 AM.png

 

URL: https://www.yivan.us/

Pass: YIVAN24

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

Hi @YIVAN, Pls insert this code to your file css: 

.banner__buttons a {
    text-decoration: underline;
}

Here is result: 

BSSCommerceHDL_0-1718437160161.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4049 796 1145

Hello @YIVAN ,

 

Follow these steps:

.banner .button.button--secondary {
    text-decoration: underline; 
}

Thanks

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

GTLOfficial
Shopify Partner
783 162 172

Hello @YIVAN 
Go to online store ---------> themes --------------> actions ------> edit code-------> base.css---->
and add this code at the bottom of the file.

@media (min-width: 750px) {
  @media screen and (min-width: 750px) {
   #Banner-template--22660447666460__image_banner_hw4FHP .banner__buttons a {
      color: #fff;
      text-decoration: underline;
    }
  }
}

and the result will be
mn.png
Let me know if this solved the purpose.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

Hi @YIVAN, Pls insert this code to your file css: 

.banner__buttons a {
    text-decoration: underline;
}

Here is result: 

BSSCommerceHDL_0-1718437160161.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now