New Landing How can we help? Atelier How to hide the cart icon?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #316644
    iake
    Member
    Post count: 31

    Hello,
    i would like to hide the cart icon from all the pages except the shop pages. Is it possible?
    Thx
    JAcopo

    #316656
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    body:not(.post-type-archive-product) .shopping-bag-item{
       display: none!important;
    }

    -Rui

    #316667
    iake
    Member
    Post count: 31

    No, sorry. But i cant see the cart on product pages. Is it possible to make it visible there?

    #316670
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It should be visible with that code. Add it again and clear the browser cache before testing.

    -Rui

    #316674
    iake
    Member
    Post count: 31

    so sorry rui,
    but i cleared the cache and is the same ๐Ÿ™‚ can you check please?

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

    It’s showing fine to me.
    https://www.dropbox.com/s/rhc10wi6cclrg3w/Screenshot%202017-03-10%2011.34.17.png?dl=0

    It’s definitely a cache issue, try also in a different browser.

    -Rui

    #316771
    iake
    Member
    Post count: 31

    No man,
    when you go inside a specific product you cant see the cart and i want it!!
    look the attached picture, it isnt a cache problem.
    Is it solvable?

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

    I thought you said shop page. In that case change it to this.

    body:not(.woocommerce-page) .shopping-bag-item{
       display: none!important;
    }

    -Rui

    #316780
    iake
    Member
    Post count: 31

    Sorry Rui,
    but with this last code is still not visible ๐Ÿ™ i’ve cleared the cache. Can you check again please?
    so sorry, but its important that
    thx again

    #316781
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    that was because you didn’t removed the previous code I sent.
    It’s working fine now.

    -Rui

    #316782
    iake
    Member
    Post count: 31

    THX Now is perfect!!!!
    Thx thx

    #316785
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

Viewing 12 posts - 1 through 12 (of 12 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