How can I delete the line between Whatsapp and free delivery on Dawn theme?

Solved

How can I delete the line between Whatsapp and free delivery on Dawn theme?

PeppePro02
Explorer
48 0 6

 

Hi i would like to delete the line beetween  whatsapp and free delivery . Dawn theme . 

website

R&D GADGETS MALTA : Online Shopping For Electronic Products Malta (rdmalta.com)

CCCC.png

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

Hello @PeppePro02 

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>
   .utility-bar--bottom-border {
       border-bottom: unset !important;
    }
</style>
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

View solution in original post

Replies 3 (3)

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

Hello @PeppePro02 

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>
   .utility-bar--bottom-border {
       border-bottom: unset !important;
    }
</style>
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
PeppePro02
Explorer
48 0 6

Thank you works

 

niraj_patel
Shopify Partner
2391 516 516

welcome @PeppePro02 😁

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