• Resolved mbl1119

    (@mbl1119)


    I’m trying to make the caption under my images bigger and change the color.

    • This topic was modified 2 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Varshil

    (@varshil151189)

    Hello,

    You can add below below css in your custom css file

    #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
    	font-size: 18px;
    }
    
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
    	color: #fff;
    }
    Thread Starter mbl1119

    (@mbl1119)

    Not the related posts section.

    I want to modify the section that is right under the post picture. In the above link, it’s the tiny print that says Purple Emojis (Stream Here).

    Try:

    .wp-block-image > figure > figcaption {
        font-size: 20px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Captions’ is closed to new replies.