Skip to Content Skip to Menu

Hide Logout Button

  • adhillon
  • adhillon
  • OFFLINE
  • Posts: 21
  • Thanks: 2
  • Karma: 0
1 month 1 day ago #339403 by adhillon
Hide Logout Button was created by adhillon
We are displaying the Login module when user is logged in, but we want to hide the Logout button and show the Avatar only. How can this be done?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48536
  • Thanks: 8290
  • Karma: 1445
1 month 3 hours ago #339405 by krileon
Replied by krileon on topic Hide Logout Button
Edit your CB Login Module then under "Style Options" set "Logout Button CSS Class" to "d-hidden". That should work to hide the button using CSS. Alternatively override the layout using Joomla's layout override system and remove it from the HTML entirely.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • adhillon
  • adhillon
  • OFFLINE
  • Posts: 21
  • Thanks: 2
  • Karma: 0
4 weeks 2 days ago #339410 by adhillon
Replied by adhillon on topic Hide Logout Button
I tried the 'd-hidden' option but it partly works. It works the button shape and color only, but the text is still visible.
I am not comfortable using the layout override system.
Please advise.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48536
  • Thanks: 8290
  • Karma: 1445
4 weeks 2 days ago #339420 by krileon
Replied by krileon on topic Hide Logout Button
You can use CSS overrides shown below or use Joomla's user.css to add custom CSS to your install to hide the button.

www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy

The below CSS for example might work.
Code:
.cbLogoutForm .logout-button { display: none !important; }


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • adhillon
  • adhillon
  • OFFLINE
  • Posts: 21
  • Thanks: 2
  • Karma: 0
4 weeks 2 days ago #339421 by adhillon
Replied by adhillon on topic Hide Logout Button
worked perfectly!
Thanks.
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum