How do I remove the shopping cart icon?

Home Forums Gillion Theme How do I remove the shopping cart icon?

Home Forums Gillion Theme How do I remove the shopping cart icon?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • marka100
    Participant

    Please see my website https://markabrahams.net

     

    How do I remove the last two icons on top to the right (with 0) the shopping cart with products. I am running an information blog and do not require this.

     

    Thanks

     

    Mark

    Hi Mark,

     

    I hope you are well today and thank you for your question.

     

    You can remove shopping cart icon from theme header settings as shown in the attached screenshots.

     

    You can remove last icon by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item.sh-nav-readmore.sh-nav-special {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)