mtotheia Posted June 8, 2020 Share Posted June 8, 2020 My client wants to only show the 'Login' button on certain pages. Is there a simple way to hide it in the header on select pages (most pages on the site - it only actually appears on ~5 pages out of hundreds). Link to comment
tuanphan Posted June 9, 2020 Share Posted June 9, 2020 You can try CSS. If you share link to your site, we can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
StoriesAroundTheSun Posted June 19, 2020 Share Posted June 19, 2020 On 7.1, I use this CSS Code to hide the built-in login button that appears in the header: .user-account-link { display: none !important; } This hides it from all pages, so if you want it on some pages, you could create a link to the account login page on those pages. mlipartia 1 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