Viewing 15 posts - 1 through 15 (of 24 total)
  • #125336
    member
    Member
    Post count: 49

    Hi,
    How to change the shopping cart icon in header and remove total amount displayed beside cart icon.

    Thanks

    #125381
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You would have to upload your own image and then add this to your custom css:

    .menu > li.shopping-bag-item a > i.sf-cart, .mobile-cart-link i.sf-cart {
      background: url("images/shopping_bag_icon.png") no-repeat scroll left top transparent;
      display: inline-block;
      height: 16px;
      margin-right: 6px;
      vertical-align: -3px;
      width: 14px;
    }

    and replace the image path

    2) Add this to your custom css:

    .cart-contents .amount {
      display: none;
    }

    – Kyle

    #126068
    member
    Member
    Post count: 49

    Hi,

    But how to change the background color of the icon and add some text besides the icon instead of amount.

    Thanks

    #126080
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .shopping-bag-item {
      background-color: #f5f5f5;
    }
    .menu > li.shopping-bag-item a:after {
      content: "CART";
      font-style: normal;
    }

    – Kyle

    #126299
    maartendc
    Member
    Post count: 17

    Hi,

    I liked to do the same but I like tp have the CART text before the cart icon.
    Now a few other things changed. (screenshot)

    Attachments:
    You must be logged in to view attached files.
    #126370
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You got a link that I can check?

    – Kyle

    #126398
    maartendc
    Member
    Post count: 17
    This reply has been marked as private.
    #126506
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    This reply has been marked as private.
    #126515
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #126585
    maartendc
    Member
    Post count: 17

    Eum was this a reply to me? I can’t see it because it’s private

    #126860
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Rui wrote:

    ‘Hi,

    Already found your credentials. Try to provide them in each topic when necessary so it’s faster for us to reply.

    Already adjust your css, please check.

    -Rui’

    – Kyle

    #128284
    ledot
    Member
    Post count: 63
    This reply has been marked as private.
    #128285
    ledot
    Member
    Post count: 63
    This reply has been marked as private.
    #128287
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to Theme Options > Custom CSS

    And what would you want to change the social icons too? You can only use font awesome icons

    – Kyle

    #128345
    ledot
    Member
    Post count: 63

    HI Kyle!
    Sorry aboutthat but I don´t find it look at the theme option on attach image, please.

    The social icons, yes I want to replace them. Do you know a pluging to do it?

    thanks
    Camino

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 24 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