How can I get rid of the ^ and the little line under Home? I have circled the two things in the picture.
url: https://www.cotiereofficial.com/
pw: test1234
theme: baseline
How can I get rid of the ^ and the little line under Home? I have circled the two things in the picture.
url: https://www.cotiereofficial.com/
pw: test1234
theme: baseline
Hi,
Add below css in theme.min.css file
.svg-scale {
display: none !important;
}
Thanks
Welcome to Shopify Community.
We are happy to help you.
Kindly add this code in the bottom of theme-min.css file.
span.inline-block.align-middle.svg-scale.mr-1.transform.origin-center.rotate.transition {
display: none !Important;
}
Let me, know if you need any more help.
Thank you.
@marcelp Please add below two css class.
.origin-center
{display:none !important;}
.-translate-x-1\/2
{display:none !important;}