Okay
  Public Ticket #1822925
Hide Login / Register links from top bar header
Closed

Comments

  • francarranza started the conversation

    Hi, I want to hide those links since the website is only a static page. No user registration will be required. 

    However I do want to keep the top bar because the site must support multi language options.

    It has to be removed from desktop and mobile.


    Thanks in advance.

  •  608
    WordPress replied

    hello,

    You can add style css in Appearance -> Customize -> Addtional CSS

    .top-link .hidden-sm.hidden-xs.display-inline,
    .top-link .hidden-lg.hidden-md.display-inline{
        display: none;
    }
    Best Regards!

    Alex Vũ