Site logo

Archived topic

Append text after cart Icon on main menu.

3 replies · Started by Pranav on January 27, 2021

Viewing posts 1–4 of 4

Hello,

I want to add some text just after the cart icon on the menu. How?

Hi,

Can you link us to the page in question? so we could check on which best to approach this.

You can provide the site details on the private information text field. Thanks.

Thank you.

You can try adding this CSS:

a.cart-contents.shopping-cart.has-svg-icon:after {
    content: "Your Text here";
}
This archived topic is closed to new replies.