• Resolved mummyheartsyou

    (@mummyheartsyou)


    I have two areas on the blog I am struggling to get right. The “share this” and the comments part heading part {when someone comments the title is ! thought on this} The font is so tiny. How do I change it? obviously its on the actuall blog posts itself.

    Many Thanks

    Anna-Marie

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Anna-Marie,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    h3.comment-title, h3#reply-title {
        font-size: 45px;
    }

    ​Try it and let me know how it worked.
    Kind regards,
    Diego

    Sorry, add this code instead:

    h3.comment-title, h3#reply-title, h3.sd-title {
        font-size: 45px !important;
    }

    Let me know if it worked.
    Kind regards,
    Diego

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Perfect! Thank you!

    How would I change the colour of those titles to this colour #001066 ?

    Thanks

    Anna-Marie

    Try this:

    h3.comment-title, h3#reply-title, h3.sd-title {
        font-size: 45px !important;
        color: #001066;
    }

    Replacing the previous code I’ve sent.

    Kind regards,
    Diego

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Lovely! Thanks so much 🙂

    You’re very welcome!
    Please, let me know if you need any further assistance.

    Kind regards,
    Diego

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

The topic ‘Enlarging font’ is closed to new replies.