Deletion of the e-commerce basket

Home Forums All Other Themes Deletion of the e-commerce basket

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203350
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hello,
    I’m using the GB Plants Pro theme on a project that I don’t need the e-commerce cart.
    I would like to know how to hide the e-commerce cart (basket).
    Thank you in advance for your assistance.

    #203361
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header-extras li:nth-of-type(2) {
      display: none;
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.