How to hide the default Stories of Success (spotlight) image

Modified on Tue, Jun 18 at 1:28 PM

To hide the default spotlight image for a story (pointed out below), use CSS via the Insert Component tool. 


Follow the instructions below:

  1. From the front-end page, click Edit Body Content from the author toolbar 
  2.   Click Disable visual editor 
  3. Place your cursor on the newest row below the last row and click the Insert Component tool
  4. From the dropdown, select Embedded Item and click OK
  5. Select the an external Web site radio button
  6. Copy and paste the following CSS into the text box:

    <style>
    #page_content img.left {
    display: none !important;
    }
    </style>

  7. Click OK
  8. Click Publish

Follow the same process for each story. 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article