Forum Discussion
Quote C Block - Image transparency
- 7 months ago
Hi Everyone!
I'm happy to share that we released a new update for Rise 360!
This update fixes the issue you ran into where PNG images with transparent backgrounds are shown with a white background when inserted on a 'Quotation C' block type. There's nothing to install for web apps. New features and fixes are immediately available!
Please let me know if you have any questions about this update or the issue you reported!
Hi Terranova,
I agree this is extremely annoying and it's disappointing that the Articulate team have not addressed this issue, even though it was reported by another user a year before you reported it here (refer to this discussion).
Since the cut off quotation marks look really silly, my preference is to remove the quotation mark image altogether. If you'd like to apply this as a workaround in the meantime, you can add the following CSS code to your output file (the index.html file) after you have published your Rise content.
.block-quote--c .block-quote__figure:before {display: none;}
Hope this helps you! :)