How to remove "More" button from liferay portlet toolbar. I found an option to remove it from "portlet.vm" file but that will apply to all portlets (since its a template) Looking for any other option.
Asked
Active
Viewed 61 times
1
-
You want to remove something, but not remove something? Please clarify – Olaf Kock Oct 10 '18 at 12:21
-
so you want to explicitly customize a specific portlet and you know which it is ? may be a fragment bundle is yours ? – André Oct 11 '18 at 18:57
-
You could also modify your theme css to just hide the button from UI – Andre Albert Oct 12 '18 at 08:26
-
Hi All, Thanks for your comments. I want to remove "More" action button but only from a specific portlet. – Junaid Karnalkar Oct 15 '18 at 05:34
-
@AndreAlbert Actually there is no css specific to this project from which I need to hide portlet button but I will add a new css and try. Thanks. – Junaid Karnalkar Oct 15 '18 at 05:51
-
I have added a new css file containing the following in our project and it solved the problem. .portlet-icon-menu { display: none ! important; } – Junaid Karnalkar Oct 15 '18 at 07:18