• Hi, at the moment, I don’t want customers to be able to create an account. How do I get rid of the account icon in the header bar, please? Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @nrd1968,

    Please add the following CSS:

    .search-user-block {
    	border-right: 1px solid #e5e5e5;
    }
    
    .user-wrapper {
    	display: none;
    }

    Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    You can remove those CSS once you want user to create an account.

    Thanks and Regards,
    Milan

    Thread Starter nrd1968

    (@nrd1968)

    Hi Milan,
    Thanks for the assistance – I added the CSS but it’s not got rid of the account icon as I wanted…
    Not sure how I can add a screen shot, but after copying and pasting the code the .search0user-block and .userwrapper were showing in red, with a yellow highlight around the { and } that go around the display; none; text

    Thanks,
    Neil

    Hi @nrd1968,

    The below image shows the look of the site when CSS is applied in to your site.

    Screenshot

    If this isn’t what you want or this isn’t being reflected in your site then you must have miss typed the CSS code. It will be easier if you could let me know the exact output and your intended result via screenshot.

    Thanks and Regards,
    Milan.

    Thread Starter nrd1968

    (@nrd1968)

    Hi, Milan,
    I appreciate your ongoing assistance.

    I am trying to achieve what you have shown in your screenshot.

    The screenshot below shows the CSS in place but the icon remains visible.
    Screenshot

    Not sure where I am going wrong. Thanks again, Neil

    Hi @nrd1968,

    I saw the screenshot and it seems like there’s a closing bracket missing i.e }. Please take the below screenshot as reference on where to put the tag.

    SCREENSHOT

    Thanks and Regards,
    Milan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘disable account option’ is closed to new replies.