Home Forums Pro Themes Easy Commerce Pro remove login info on front page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #182194
    Linda Erlam
    Participant

    How do I remove the login/register banner along the top of the front page? This is not a login site, it’s an eCommerce site, and registration and login capabilities are not part of that.

    #182195
    sanam
    Keymaster

    Hello @LINDAJERLAMGMAIL-COM, Please add this CSS to the Additional CSS

    #right-tophead {
    display: none;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Regards,
    Themepalace

    #182223
    Linda Erlam
    Participant

    Thankyou. That removes the words but I want to remove the whole banner which is a gray slash across the top of the front page.

    #182232
    sanam
    Keymaster

    Hello @LINDAJERLAMGMAIL-COM,

    Please watch the video below:
    https://www.awesomescreenshot.com/video/8979570?key=48297dbc70cee839b906819a8dd50582

    Or you can simply use the below CSS instead
    #tophead {
    display: none;
    }

    • This reply was modified 1 year, 10 months ago by sanam.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.