• Resolved mummyheartsyou

    (@mummyheartsyou)


    Good Afternoon,

    I wonder if I could have some help with the font size in the slider? I would like it to be a bit bigger, the blog post title still larger than the comments and date {but those a bit bigger too!}. Hopefully that makes sense!

    Thanks in advance

    Anna-Marie

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Anna-Marie,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    /* Heading */
    .frontpage-slider .caption h2 {
        font-size: 90px;
    }
    
    /* Date */
    .frontpage-slider .caption .date {
        font-size: 32px;
    }
    
    /* Comments */
    .frontpage-slider .caption .read-more {
        font-size: 36px;
    }

    Adjust font sizes as you wish.

    Kind regards

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thats perfect! Thank you so much for your help 🙂

    Only a pleasure 🙂

    Kind regards

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

The topic ‘Slider font size’ is closed to new replies.