Blog title size

how do you change the font size of the blog title on this page. https://qixas.com/blog/

Comments

  • yeah I have the same question ! I dont want to simply change the heading otherwise it will affect the whole site. 
  • Hello,
    So, as the @kapture said, you can change it through the Theme Options > Fonts > Size & Style, and change the heading 2 size, but it will affect all of the h2 tags on your website.

    If you would like to change the blog title size only, please use this CSS code below, paste it in the Theme Options > Custom CSS & JS > CSS
    .post-item .post-title h2 a{
    font-size:18px !important;
    }
    thanks
Sign In or Register to comment.