Your cart title

user36193
New Member
4 0 0

How can I align center "Your cart" title on my cart page? I use the Dawn theme.

Replies 6 (6)
shreyhweb
Shopify Partner
598 103 108

Please give us the store URL then we will able to help you.

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
user36193
New Member
4 0 0
PageFly-Oliver
Navigator
479 92 88

Hi @user36193 ,

 

You can try this code by following these steps: 

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

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

{% if template contains "cart" %}
<style>
#MainContent .section-header__title{
text-align:center
}
</style>
{% endif %}



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

user36193
New Member
4 0 0

Didn't work 😕

topnewyork
Explorer
153 22 19

Hi @user36193 

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

 

Need a Shopify developer?
Hire us at topnewyorkwebdesign.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
user36193
New Member
4 0 0