Home Forums Basel support forum Remove icon

Remove icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132639

    User796
    Participant

    Hello!
    how do I remove the icon from the header and link from the menu?
    I have disabled the settings option but the icon is not removed.

    Attachments:
    You must be logged in to view attached files.
    #132648

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wishlist-info-widget a{
    display:none;
    }
    .mobile-nav ul li.wishlist {
        display: none;
    }

    Best Regards

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