change the size of the title font on blog

  • Posted in : Readme
  • lisefund
    Participant

    is it possible to make the size of the titles on the blog page to be smaller?
    Thanks!

    serkan
    Moderator

    Hi,
    You can use these custom css codes;

    @media screen and (min-width: 1400px) { .with-sidebar h1 { font-size: 2.6em; } }
    @media screen and (min-width: 1200px) { .with-sidebar h1 { font-size: 2.2em; } }
    @media screen and (min-width: 768px) { .with-sidebar h1 { font-size: 2em; } }

    Thanks

    lisefund
    Participant

    Great Thank you!!

    serkan
    Moderator

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register