I wish to remove elements on sign up

    • 217 posts
    January 3, 2019 9:28 PM EST

    I wish to remove the following elements on sign up (see screenshot below.)  

    Timezone

    Language

    How do I remove these scroll down menus?

     

     

     

     

    • Moderator
    • 6923 posts
    January 9, 2019 4:42 AM EST

    That would require a source code edit. I believe there is another post in the community about this. Did you already search before posting? If not, I can try a search later.

    • 217 posts
    January 10, 2019 9:56 PM EST

    I tried a few searches and was not able to find it.  Would you mind trying to do a search yourself?  Thank you so much!

    • 217 posts
    January 21, 2019 9:36 PM EST

    Can anyone help me with this?  I have tried doing searches for "removing profile questions" "removing sign up questions" "removing language profile question" and "removing timezone profile question."  The results do not help me.  See screenshot. 

     

    • 45 posts
    January 21, 2019 11:15 PM EST

    The easiest would be to just hide those elements in your css file.

    Something like this should work but I haven't tested it:

    #timezone-wrapper, #language-wrapper { display: none; }

    I have this completely removed on my website but as Donna suggested it requires source code edits, if you expect easy upgrades I wouldn't recommend doing this, instead try css edit above.

    • 217 posts
    January 22, 2019 11:29 AM EST

    Thanks Stephan!

    Where do I write this?  Here is a screenshot of what the backup files to my site look like..

     

    • 45 posts
    January 22, 2019 2:28 PM EST

    cmackie, it will be in admin panel "Appearance > Theme Editor". theme.css file. Add it somewhere at the bottom.

    • 217 posts
    January 22, 2019 2:45 PM EST

    Oh my goodness it worked!  Stepan you are a godsend.  Thank you so much!