Greetings,
Using the Avia Layout Builder- after adding a photo with caption to a text block, the caption always displays in italics, is a smaller typeface, and has insufficient padding in relationship to the outline box that surrounds it.
Is there a way to Bold the caption, remove the italics and pad it a few spaces?
Thanks!
Hey!
Try adding this code to the Quick CSS:
dd.wp-caption-dd {
font-style: normal;
font-weight: bold;
padding: 0 5px;
}
Cheers!
Josue
Thanks so much, Josue. That did it! I appreciate your assistance.
You are welcome, glad we could help :)
Regards,
Josue