Removing “My Account” Link

Home Forums All Other Themes Removing “My Account” Link

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227959
    Clayton BarbierClayton Barbier
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: December 30, 2023

    Hello, is there a way to remove the “My Account” icon link from the top header of the Furniture Store theme? I am not using the WooCommerce plugin in this deployment.

    #227967
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31100
    • Total: 31100
    Member since: August 16, 2013

    Hi,

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

    .header-extras li:first-child {
      display: none;
    }

    Regards,
    Dave

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