Shopify themes, liquid, logos, and UX
So I basically want to add VIEW CART button in a cart drawer. What would be the best way?
https://phonixiems.myshopify.com/()
Solved! Go to the solution
This is an accepted solution.
Follow My Step:-
<a href="{{ routes.cart_url }}" class="view-cart">
View Cart
</a>
Like This
than add Css in base.css
.view-cart{
font-family: Montserrat, sans-serif;
font-size: 20px;
line-height: 32px;
font-weight: 100;
width: 100%;
display: flex;
justify-content: center;
color: #faf7f7;
background-color: #646464;
text-decoration: none;
border-style: solid;
border-radius: 0;
margin: 10px 0 0;
transition-duration: .4s;
padding-top: 10px;
padding-bottom: 10px;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Follow My Step:-
<a href="{{ routes.cart_url }}" class="view-cart">
View Cart
</a>
Like This
than add Css in base.css
.view-cart{
font-family: Montserrat, sans-serif;
font-size: 20px;
line-height: 32px;
font-weight: 100;
width: 100%;
display: flex;
justify-content: center;
color: #faf7f7;
background-color: #646464;
text-decoration: none;
border-style: solid;
border-radius: 0;
margin: 10px 0 0;
transition-duration: .4s;
padding-top: 10px;
padding-bottom: 10px;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Grazie!!!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025