New Landing How can we help? Atelier Disable Wishlist Option and Replace Cart icon in header to text Cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #314983
    kushalkamra
    Member
    Post count: 99

    Hi,

    There are 2 things that I need to do.

    1. Disable the wishlist option and remove all reference/icons from frontend

    2. Replace the Cart icon in top bar with text Cart

    Please advice with necessary steps, Thank You

    #314989
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your issues:

    1) You just need to deactivate the wishlist plugin.

    2) Add the code below to your custom css option.

    .shopping-bag-item>a>i.sf-icon-cart {
        display: none!important;
    }
    .shopping-bag-item a > span.num-items {
        display: none!important;
    }
    .shopping-bag-item>a>.cart-text {
        display: inline-block!important;
    }

    -Rui

    #314997
    kushalkamra
    Member
    Post count: 99

    Hi Rui,

    Thank you for support. It works exactly as expected.

    #314999
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.

    -Rui

    #315403
    kushalkamra
    Member
    Post count: 99

    Hi Rui,

    Cart text on Mobile Screen is not aligned with the Logo, as can be seen in attached screenshot. Can you help with it ?

    Thanks,
    Kushal

    Attachments:
    You must be logged in to view attached files.
    #315440
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    .shopping-bag-item {
        padding-top: 10px;
    }
    }

    Hope it helps.

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register