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!!!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024