New Landing How can we help? Atelier Change Account Icon and Wishlist icon to text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #323647
    jutescycle
    Member
    Post count: 51

    Hello,

    How can i change the account and wishlist icons to text?

    Thanks

    #323855
    David Martin – Support
    Moderator
    Post count: 20834

    You can use this CSS.

    Please add this to Theme Options => Custom CSS:

    #header .aux-item nav.std-menu ul.menu>li.wishlist-item>a > .sf-icon-wishlist,
    .aux-item .account-item>a>i {
      display: none;
    }
    #header .aux-item nav.std-menu ul.menu>li.wishlist-item>a > .menu-item-title {
      display: block;
      font-size: 14px;
    }
    .aux-item .account-item>a:before {
      content: "My Account";
      font-size: 14px;
    }
    #323884
    jutescycle
    Member
    Post count: 51

    Thanks David!

    One last thing. Is it possible to change the order of the cart and wishlist? Basically i want it to show like this

    Wishlist | Cart

    #323889
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, glad to help. Unfortunately not, no.

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register