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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.