- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Easy Commerce Pro › remove login info on front page
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.
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
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.
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;
}
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



