Solved

Can I modify Dawn Theme elements in Shopify?

barefash
Tourist
12 0 2

Can anyone help with the following:

  • Remove ‘shop pay’ and ‘after pay’
  • Remove ‘shipping calculated at checkout’
  • Remove title ‘size’
  • Lowercase ‘add to cart’bare web design.png
Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3050

This is an accepted solution.

Hi @barefash 

 

You can try this code by following these steps:

Go to Online store => themes => actions => edit code  and add this code on file theme.liquid before tag </body>

PageFlyVictor_0-1678637735432.png

 

PageFlyVictor_1-1678637735417.png

 

<style>

.product__tax.caption.rte {

    display: none;

}

legend.form__label {

    display: none;

}

button#ProductSubmitButton-template--16128937197755__main {

    text-transform: lowercase;

}

</style>

 

Hope this answer helps.

Best regards,

Victor | PageFly

 

View solution in original post

Replies 5 (5)

GemPages
Shopify Partner
5588 1261 1203

Hello @barefash 

 

Can you give me your page URL (with pass if your store password is enabled), so I can check and give you a solution? 

 

Kind & Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
barefash
Tourist
12 0 2

barefash.com

 

PageFly-Victor
Shopify Partner
7865 1785 3050

This is an accepted solution.

Hi @barefash 

 

You can try this code by following these steps:

Go to Online store => themes => actions => edit code  and add this code on file theme.liquid before tag </body>

PageFlyVictor_0-1678637735432.png

 

PageFlyVictor_1-1678637735417.png

 

<style>

.product__tax.caption.rte {

    display: none;

}

legend.form__label {

    display: none;

}

button#ProductSubmitButton-template--16128937197755__main {

    text-transform: lowercase;

}

</style>

 

Hope this answer helps.

Best regards,

Victor | PageFly

 

barefash
Tourist
12 0 2

Perfect. That was easy to follow along. And it worked!

GemPages
Shopify Partner
5588 1261 1203

Hi @barefash,

 

I am so glad that my solution can help.  

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center