how to remove white shadow of border in image banner button for dawn theme 15v ?

how to remove white shadow of border in image banner button for dawn theme 15v ?

ctal37
Trailblazer
160 1 37

Hiii

I want to remove this white shadow border of this button and just want to keep this red border for this button only and don't want changes for any other button.

 

please help me !

Replies 9 (9)

Dan-From-Ryviu
Shopify Partner
12018 2348 2528

Hi @ctal37 

Could you send link to your store? 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

ctal37
Trailblazer
160 1 37

https://5a3cf5-fc.myshopify.com/

 

check for this image banner button with shop button in homepage

Dan-From-Ryviu
Shopify Partner
12018 2348 2528

Please add this code to Custom CSS of that section to remove shadow of button in that section only 

.button--secondary:after { box-shadow: unset; }

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

ctal37
Trailblazer
160 1 37

WhatsApp Image 2024-07-30 at 12.15.48.jpeg

Dan-From-Ryviu
Shopify Partner
12018 2348 2528

Did you try to reload your page to check? Because I can see it works on my side. 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

Moeed
Shopify Partner
7711 2071 2553

Hey @ctal37 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.button--secondary:after {
    box-shadow: unset !important;
}
</style>

RESULT:

Moeed_0-1722322882098.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


niraj_patel
Shopify Partner
2391 516 517

Hello @ctal37 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   #Banner-template--17181254746297__image_banner .button:before, .button:after{
       box-shadow: unset !important;
   }
</style>

niraj_patel_0-1722323053748.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

ctal37
Trailblazer
160 1 37

This code will change only banner button

 

<style>
.banner__buttons .button--secondary:after {
box-shadow: unset !important;
}
</style>

Sweans
Shopify Partner
429 89 129

Hi @ctal37 ,

First, you need to identify the specific button you want to modify. You can use a class or ID specific to that button. For example, if the button has a unique class or ID, you can target it directly in your CSS.

 

Add the following : select your section go to right bottom open the Custom css paste the code:

Sweans_0-1722329595785.png

 

 

* If the button has a unique ID */

#your-button-id {

    box-shadow: none; /* Remove the shadow */

    border-color: red; /* Set the border color to red */

}

 


If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com