New Shopify Certification now available: Liquid Storefronts for Theme Developers

HOW to delete white border from a specific button box and move quick view btn. (Quick add button).

Solved
BERNAT-LASDUNAS
Tourist
16 0 3

Hello, 

I'm struggling on getting rid of the white border from the quick add button. Once it doesn't have border, move "Quick view +" on the bottom right of the image. And if possible make it work either in Computer and Phone. 

 

URL: https://www.lasdunasbyron.com/

 

Thanks for your time and help!

 

Have a good day.

 

CheersScreen Shot 2023-09-26 at 7.48.19 am.png

 

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4243 980 1196

This is an accepted solution.

Thank you, just to clarify you like to remove the box border on the Quick View and also the bottom border of it?

For the whole box border to remove. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.button:after {
    box-shadow: none !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695681211103.png

    If you like to remove the bottom border of the quick view try this. 

  • Same instruction.

 

#shopify-section-template--18894434730306__2a139b39-bf75-4b19-b793-3eac532968b2 .button {
    text-decoration: none;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1695681389139.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 6 (6)
BERNAT-LASDUNAS
Tourist
16 0 3
Made4uo-Ribe
Shopify Partner
4243 980 1196

Is this publish? Its unseen on my end. Please share the preview instead. Thanks!

Made4uoRibe_0-1695679235963.png

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


BERNAT-LASDUNAS
Tourist
16 0 3

Sorry I was editing it so didn't save the changes. Now should be visible.

Made4uo-Ribe
Shopify Partner
4243 980 1196

This is an accepted solution.

Thank you, just to clarify you like to remove the box border on the Quick View and also the bottom border of it?

For the whole box border to remove. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.button:after {
    box-shadow: none !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695681211103.png

    If you like to remove the bottom border of the quick view try this. 

  • Same instruction.

 

#shopify-section-template--18894434730306__2a139b39-bf75-4b19-b793-3eac532968b2 .button {
    text-decoration: none;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1695681389139.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Made4uo-Ribe
Shopify Partner
4243 980 1196

Hi @BERNAT-LASDUNAS 

Would you mind to share your Store URL website? with password if its protected. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


BERNAT-LASDUNAS
Tourist
16 0 3