Hello, I would like to be able to toggle the visibility of login/register buttons in header when navigate to a specific page for login (e.g https://domain/login/) So when the login is pressed on the header the user is navigated to the custom login page. There I want to be able to hide the login button on the top right header.
Any suggessions?
Hi Sotiris,
Thank you for the question.Is it for Community Builder theme? Please let me know and I will assist.
Regards
BrajeshHi Sotiris,
Thank you.The simplest solution will be using css. If you know the ID of the login page( I am assuming 5 here for example, Please change).
Then, you can add the following css
.page-id-5 .site-header-login-link { display:none; }
Regards
Brajesh
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
This topic is: not resolved