Jhansi_k
6 years agoAdept
how to hide a button in standard component?
Hi,
We need to hide a button in standard component, Since we do not have access to standard component code, I couldn't change or modify the existing standard page. Is there anyway that I can hide the button externally in lithium community?
Hi Jhansi_k
Please try adding the following CSS
.lia-button.lia-button-primary.create-support-link{
display:none;
}
If you find my post useful please Give Kudos or if this is the required solution please mark it asaccept as solution
Hope this helps!!!🙂
Regards
Tarun Kumar