Bcbellows Posted May 9, 2021 Share Posted May 9, 2021 Site URL: https://www.chandrastation.com/ PW: 1234 We are trying to make our website have a landing page where you click on a logo and it takes you to that portion of the website while not showing the other information. For Example if we are on the Akash portion of our site we do not want to see the sentinel link on main navigation. I have tried referring to this post but I was unable to get it to work. Please any help is really appreciated Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 To hide Sentinel item on Akash page, add this code to Akash Page Header (Hover on Akash in Main Navigation [in admin] >> Click Gear Icon >> Advanced <style> header#header [href*="sentinel"] { display: none; } </style> 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
Bcbellows Posted May 11, 2021 Author Share Posted May 11, 2021 Thank you very much that was exactly what I needed. Do you know if its possible to change the spacing of the main nav bar when I do hide a link it appears to have more space in between when I hide something Link to comment
tuanphan Posted May 12, 2021 Share Posted May 12, 2021 On 5/11/2021 at 11:19 AM, Bcbellows said: Thank you very much that was exactly what I needed. Do you know if its possible to change the spacing of the main nav bar when I do hide a link it appears to have more space in between when I hide something Hi. Sorry. You can remove above code? I will give new code, it will be better 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
Bcbellows Posted May 15, 2021 Author Share Posted May 15, 2021 On 5/12/2021 at 6:31 AM, tuanphan said: Hi. Sorry. You can remove above code? I will give new code, it will be better Awesome thank you Link to comment
tuanphan Posted May 16, 2021 Share Posted May 16, 2021 On 5/15/2021 at 2:22 PM, Bcbellows said: Awesome thank you Can you remove code I sent? I will check & give new code 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
Bcbellows Posted May 18, 2021 Author Share Posted May 18, 2021 On 5/16/2021 at 2:26 AM, tuanphan said: Can you remove code I sent? I will check & give new code Just removed it sorry for the delay thank you again Link to comment
tuanphan Posted May 19, 2021 Share Posted May 19, 2021 15 hours ago, Bcbellows said: Just removed it sorry for the delay thank you again To hide Sentinel on One Page, add this to Page Header <style> nav.header-nav-list>div:nth-child(6) { display: none; } .header-menu-nav-folder.header-menu-nav-folder--active>div>div:nth-child(6) { display: none; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment