Comments FatHummus started the conversationAugust 12, 2021 at 2:59pmHiI wish to the image caption to be overlay as this? 2,701PenciDesign repliedAugust 12, 2021 at 3:47pmHi,Please try to add more this code to Customize > Custom CSS to do that: .wp-block-image figure{ position: relative; } .wp-block-image figure figcaption { position: absolute; bottom: 0; margin: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.6); color: #fff; } Best Regards,PenciDesign 2,679PenciDesign repliedAugust 12, 2021 at 3:51pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .wp-block-image { position: relative;} .wp-block-image figcaption { position: absolute; bottom: 0; right: 0; margin: 0; padding: 10px 25px; background-color: rgba(55, 55, 55, 0.5); color: #fff; z-index: 9;} Regards,PenciDesign.1 LikeFatHummus repliedAugust 12, 2021 at 4:56pmThanks! Sign in to reply ...
Hi
I wish to the image caption to be overlay
as this?
Hi,
Please try to add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks!