[Resolved] Display text next to cart in menu

Home Forums Support [Resolved] Display text next to cart in menu

Home Forums Support Display text next to cart in menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336969
    Paul

    Hi Guys,

    I am trying to add “Shopping Cart” text next the the cart icon, is this possible via the theme or am I looking at some kind of code.

    Regards,
    Paul.

    #337096
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this:

    .wc-menu-item .amount:before {
        content: "Shopping Cart";
        padding-right: 10px;
    }
    #338496
    Paul

    Hi Tom,

    Thank you for that, works a treat. Only question, is there a way to have the shopping text before the cart?

    Kind Regards,
    Paul.

    #338529
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .wc-menu-item .cart-contents:before {
        content: "Shopping cart";
        display: inline-block;
        margin-right: 10px;
    }
    #338578
    Paul

    Hi Tom,

    Thank you for you for that, spot on.

    Could this be a feature you add to the theme customisor? plus maybe the option to change the icon?

    Kind Regards,
    Paul.

    #338819
    Tom
    Lead Developer
    Lead Developer

    Yea, more options will be added regarding the cart menu item 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.