Cireson - Hide Authentication Token from Pulldown - User
Dear All,
I need to hide the following:
Hide Authentication Token from Pulldown - User
Any help with this is appreciated.
Thanks
Daniel
Best Answer
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭
Hi Daniel,
Try this!
.authentication-link {
display:none;
}
Thanks,
Shane
5
Answers
Hi Daniel,
Try this!
.authentication-link {
display:none;
}
Thanks,
Shane
That worked!
Thank you
Daniel