Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #144885
    Ulrich
    Participant

    dear support,

    I bet this has been asked many times before, but still I can’t find a solution here:

    how can I change the size of h-tags in posts which will then be valid for all posts? I’m using a child theme at:
    https://www.stiftung-meeresschutz.org/

    Thanks
    Regards
    Ulrich

    #144937
    Skandha
    Participant

    @dsm: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content h2 {
    	font-size:25px;
    }
    #content h3 {
    	font-size:20px;
    }

    You can change the font-size according to your requirement.
    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #144958
    Ulrich
    Participant

    @Skandha: So simple if you think about it…, I just couldn’t get there on my own…
    This just works very well, excellent!
    Would this also apply to the h1 like:

    #content h1 {
    font-size:25px;
    }

    Great support
    many thanks and kind regards
    Ulrich

    #144959
    Skandha
    Participant

    @dsm: Yes that will apply to h1. I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    #144961
    Ulrich
    Participant

    @Skandha: Thanks again 🙂 🙂

    I already made a review some time ago:
    https://wordpress.org/support/topic/great-theme-adventurous-pro-fast-nice-and-professional-support/

    Don’t see a way to write another review or is there?
    Have agood day too

    Kind regards
    Ulrich

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change size of h2 / h3 in posts?’ is closed to new replies.