• Hello,

    my friend uses the Virtue 3.0.2. Theme.

    Everything’s fine except the topbar. I tried to remove the “Your Cart”.
    I found this in another topic.

      .kad-cart-total {
      position: relative;
      }
      .cart-contents {
      text-indent: -9999px;
      min-width: 70px;
      }
      .cart-contents .amount {
      text-indent: 0;
      position: absolute;
      right: 10px;
      }
      .cart-contents .amount:before {
      font-family: FontAwesome;
      font-weight: 400;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      text-transform: none;
      content: “\f07a”;
      padding-right: 10px;
      }

    Now the “Your Cart” is gone but it shows “\f07a” now.
    How is it possible to insert a cart icon like he did?

    thank you for any help!

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter StadtAffe7

    (@stadtaffe7)

    Finally! ??

    The basket icon is there! The Simple Custom CSS Plug-In did it!

    I found out, that the custom css box of the virtue theme deletes always the slash after I refresh the page 2 or 3 times.

    Thank you so much! you’re the best!

    best wishes
    Kevin

    I’m looking into the css stripping the backslash. I think I have a solution for it.

    Ben

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Replace "Your-Cart" from topbar with icon’ is closed to new replies.