Re: Hiding Sign In Button on One Page
Hi @AshyPeach ,
In Portal Studio:
1. Click Home > Click Header
2. Press source code editor
3. You can remove the corresponding HTML tag for the Sign In button
4. Try finding "Sign_in" and all you need to do is remove the following piece of block
<li role="none">
<a role="menuitem" aria-label="{{ snippets["links/login"] | default:resx["Sign_In"] | escape }}" href="{% if homeurl%}/{{ homeurl }}{% endif %}{{ website.sign_in_url_substitution }}">
{{ snippets["links/login"] | default:resx["Sign_In"] | escape }}
</a>
</li>
5.Press Sync configuration > Browse Website
Note: If you already logged in then you need to sign out and try ctrl + F5 or incognito to see the changes
I am not sure what is your full case but this will work definitely based on your current requirements
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.