Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97853
    yonghao
    Participant

    How can I remove the cart icon on the top right of the page?

    #97856
    Mahesh
    Keymaster

    @imboliboli: Do you mean to remove the whole section or just the icon? You can use Custom CSS to hide the whole section. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .cart-contents {
        display: none;
    }

    Regards,
    Mahesh

    #97864
    yonghao
    Participant

    Thank you so much!!

    #97888
    Mahesh
    Keymaster

    @imboliboli: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the cart icon’ is closed to new replies.