Hide "Actions" drop down on knowledge articles in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 08:04 AM - edited 01-24-2023 08:07 AM
Hi,
There is a requirement to hide "Actions" drop down menu on knowledge article page(esc_kb_article_view) in service portal. Below "css" code worked fine in sandiego and after upgrade to tokyo, its not working.
.dropdown.kb-end-buttons {
display: none;
}
tried below one but no luck
.dropdown.kb-end-buttons {
visibility: hidden;
}
Regards,
Shravani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 06:00 AM
Thank you @Sid_Takali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 06:01 AM
Hi @Janaki Raman If it helps you, then please don't forgot to mark it as a Correct Answer.
Regards.
Sid