• Resolved mikejan

    (@mikejan)


    I searched and search for this.. I know my answer is out there – just couldn’t find it.. sorry about the dup post.

    Wanting to change Font size on Carousel page for the caption. Below code works great for the image description.. but no-go on the image caption. Any ideas?

    Click for screenshot

    /* Font Size for Carousel */
    
    .tiled-gallery-caption,
    .jp-carousel-photo-info h2,
    .jp-carousel-photo-info,
    .jp-carousel-titleanddesc-desc {font-size: 200%;}

    https://www.ads-software.com/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mikejan

    (@mikejan)

    It has something to do with below class.. but can’t find where to edit it. Says not to edit JETPACK.CSS directly.

    Screenshot

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer ??

    You can take that CSS and add it to the CSS Editor that’s part of Jetpack without modifying the CSS in Jetpack itself.

    Also, with your CSS, that should work but for some reason .jp-carousel-photo-info h2 needs to have !important added for the CSS to take. This works to increase the size:

    .jp-carousel-photo-info h2 {
        font-size: 200% !important;
    }

    I hope that helps! Marking as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Carousel Caption Font Size’ is closed to new replies.