Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #976372

    Hi there. I am new here and I want to change the blog title font size in a smaller size. How can I do this. I allready tried some codes from this forum but they didn´t work.

    Thanks for support.

    #976871

    Hey Nicole,

    Can you try using this css code:

    #top .post-title {
      font-size: 30px !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #976877

    Hi Nikko. Thanks for your answer. I copied the css code in the css field at general styling and it didn´t work. Did I use the right place? I am not sure.

    #976988

    Hi nicbar,

    Best regards,
    Victoria

    #977023

    Hi Victoria, thanks for your answer. No, I mean the heading when you open the blog post. The one, that says Test Girlfriends Kinderfotoshooting….

    I would like to have it smaller and centured ;o)

    BR, Nicole

    #977066

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.single-post .title_container .container {
        display: flex;
        justify-content: center;
    }
    #top.single-post h1.main-title.entry-title a {
    font-size: 70% !important;
    }

    Please adjust to suit.

    Best regards,
    Mike

    #977081

    Hi Mike…you make my day. Thanks so much!!!

    Best regards, Nicole

    #977089

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change Font size in blog title – want to make it smaller’ is closed to new replies.