Images that have a caption are blurred by default to improve readability, however, some users may prefer to remove the blur for clarity and to maintain image quality. Please follow the steps below to remove the caption blur across all posts on your learning log.
1. Navigate to your learning log, then select 'Customise' from the menu bar at the top of the screen.
2. Scroll down and select 'Additional CSS'.
3. Copy the CSS Code in the box below.
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
display: none;
}
4. Paste the copied code into the 'Additional CSS' text box and then select the blue 'Publish' button to save your changes.
You should now see the caption blur has been removed when viewing your learning log.