Display Button only to logged in users.

Hey there,

I want to add a button that links to a form but it should only be displayed to users who are logged in.. there's no option for it in muffin builder & I also tried a custom CSS


.hiddenelement {

display:none;

}


.logged-in .hiddenelement {

display: block;

}

but even this is not working.. Please help on how to hide the button to users who are not logged in.. also mention where to enter the code as I am not a developer & have no idea as to where to place the code.

Comments

Sign In or Register to comment.