Skip to content
Public Ticket #28431

Apply condition show and hide in header builder

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.pc-login-register {
  display: none;
}
body.logged-in .pc-login-register {
  display: block;
}

Regards,
PenciDesign.



Ram Kumar started the conversation

Conversation Start

Hi,

Can you please advise me to apply conditional logic?

Query: 
I want to hide your penci login/register control before login. After login, I want to enable(show) it because I have created a custom login and register menu (Menu3) on my website in the top menu but once a user logged then my custom menu hides and your penci login/register menu will be hidden. 

Please find the attached screenshot for your kind reference. 

Thanks  & Regards
Ram Kumar

Want to join this conversation or access attachments? Sign in first.