Skip to main content

 In my Aura site, I'm using the Rich Content Editor to import images. However, I’d like to globally adjust the size of all Rich Content Editor instances using CSS. I’m looking to understand if this is possible, and if so, would appreciate a sample CSS snippet or any suggested solution 

2 answers
  1. Apr 4, 2025, 6:11 PM

     Thanks for the input! However, I’m unable to find the properties section where I can add the CSS class to the Rich Content Editor component. Could you please guide me on where exactly to add it in the Properties Panel? Also, I had tried this code earlier by adding it to the site's theme CSS file, but it didn’t seem to apply any changes.  

    I would like to expect the similar kind of the code 

    .slds-icon-standard-product-workspace{ 

        color: white; 

        background: black; 

    .slds-button_icon-more{display:none;} 

      

     

    .slds-icon-utility-down{display:none;}

0/9000