Home Forums WoodMart support forum remove new account icon

remove new account icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175261

    mitcheos
    Participant

    Hi, how do i remove the icon to create a new account? See attached image. I only allow account creation on purchase to avoid spammers.

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

    Hello,

    I saw the screenshot you attached. Please provide with the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #175454

    mitcheos
    Participant

    see below

    #175620

    Hello,

    I have visited your website. To remove the create an account from the login sidebar you need to add the following code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .create-account-question {
    display: none;
    }

    Best Regards.

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