Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #266963

    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!

    #266973

    Hey!

    Try adding this code to the Quick CSS:

    dd.wp-caption-dd {
        font-style: normal;
        font-weight: bold;
        padding: 0 5px;
    }

    Cheers! 
    Josue

    #266983

    Thanks so much, Josue. That did it! I appreciate your assistance.

    #266985

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modifying photo captions in Avia Layout Builder’ is closed to new replies.