Is there any way to change the format of the Image Captions on a Single Image?
For example, text size, bold, non-italic, colour, opacity etc. I can find these options for the Portfolio but not a single Image in a Post.
Currently it is in Italics with a Grey transparent bar which reacts to mouse hover on a Desktop and is permanently visible on a phone or tablet. Thanks.
Hello Penci Design
Is there any way to change the format of the Image Captions on a Single Image?
For example, text size, bold, non-italic, colour, opacity etc. I can find these options for the Portfolio but not a single Image in a Post.
Currently it is in Italics with a Grey transparent bar which reacts to mouse hover on a Desktop and is permanently visible on a phone or tablet. Thanks.
Hi,
You can try to add more this code to Customize > Custom CSS to do that:
.wp-caption p.wp-caption-text, .penci-featured-caption{ background-color: rgba(0, 0, 0, 0.8); color: #ff0000; font-style: normal; font-size: 16px; }You can change the value 0.8 to opacity value as you want.
Change value 16 to font-size value as you want.
Change colour code ff0000 to any colour code as you want.
Best Regards,
PenciDesign
Thanks once again for speedy and helpful reply :-) I will try this.
All the best,
Angela