This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi, I would like to remove the text “Cart” from my header.
Now it looks like this: https://gyazo.com/7d2bcbcd2a45182bd6e81c0e67b6229a
And I want it to look like this I changed this with inspect element: https://gyazo.com/5f6add7d773b44bdb60f466fa6af0755
Hello,
Please try to use this custom css code:
.header-wrapper .shop-text {
font-size: 0px;
}
Regards
Thanks worked perfectly.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up