Home Forums Pro Themes Easy Commerce Pro How to Take out the Login/Register on top bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60840
    Sharon Caren
    Participant

    Hi,

    I would like to take out the login/register on the top bar of my website at http://reposturingdynamics.com/contact-2/

    But I looked at the back end and there is no way to take that out, or remove it from the top bar.

    #60876
    wensolutions
    Keymaster

    Hello @sharoncaren,

    To remove the account login use below given CSS.

    div#login-section {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    #60958
    Sharon Caren
    Participant

    It worked, Thank you!

    #61004
    wensolutions
    Keymaster

    Hello @sharoncaren,

    As always, its a pleasure helping you .

    Do not hesitate to post any further issues.

    Best Regards!!

    #61641
    İbrahim Bayraktar
    Participant

    Hi, where do I write this code?

    div#login-section {
    display: none;
    }

    #61646
    wensolutions
    Keymaster

    Hello @sisibo,

    If you have to add any additional custom CSS then you need to go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    Hope this helps.

    Best Regards!!

    Merry Christmas 🙂

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