Ptphotography Posted November 9, 2020 Posted November 9, 2020 Hello everyone, Please help with the code to hide the Log in link on selected pages. https://www.ptphotography.com Thank you stay safe, K
Guest Posted November 9, 2020 Posted November 9, 2020 What pages would you like it to be hidden on? You can do so with CSS rules since SS generates unique collection IDs for each page. For example, if you want to hide "Login" on only the "Films" page, this CSS should work: body#collection-5ecaa391dc0263594e11207b .header-layout-nav-right .header-actions { display: none !important; } Happy to provide rules for other pages or whatever set of pages you want to hide Login on.
Ptphotography Posted November 11, 2020 Author Posted November 11, 2020 @mess_cal Hi, thanks for reaching out. My log in is hidden now, it worked!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.