Forum Discussion

Jhansi_k's avatar
6 years ago

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 th...
  • Tarun's avatar
    Tarun
    6 years ago

    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