tuanphan Posted September 2 Share Posted September 2 To remove Sign in (or Login or Account) from Header, you can use these CSS code to Website Tools > Custom CSS. If code doesn't work, you can send site url, I will check it again. #1. Remove on All Pages You can edit Site Header Click ADD ELEMENTS Disable Account option #2. Remove on One Page First, you need to find Page ID. Use below thread. Next, use CSS code like this to Custom CSS #collection-66a1bfc99041e47b896c1e48 .user-accounts-link { display: none !important; } #3. Remove on Desktop Only div.header-display-desktop .user-accounts-link { display: none !important; } #4. Remove on Mobile Only div.header-display-mobile .user-accounts-link { display: none !important; } #5. Remove on Header Scroll header#header.shrink .user-accounts-link { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment