My cart on shopify looks perfect, however when i go to the actual website the format is incorrect.
It has the buttons displaying:
View cart
check out
or
and in the “view cart” display:
Check out
or
Any suggestions?
My cart on shopify looks perfect, however when i go to the actual website the format is incorrect.
It has the buttons displaying:
View cart
check out
or
and in the “view cart” display:
Check out
or
Any suggestions?
Welcome to Shopify Community.
Add this code in the bottom of the Stylesheet.css file.
p.sm-caps.or-divider.mt2.mb2.a-center {
display: none !important;
}