Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #401141

    The post titles listed on the main blog page are too small. (The size is fine when viewing an individual post.) What is the best way to change the font sizes?

    #401320

    Hi m!

    Thank you for using our theme.

    Try the following and adjust the value:

    
    .blog #main .post-title a {
        font-size: 60px !important;
    }
    

    If this does not work please give us a link to your page so we can see your setup.

    You can post it as a private reply here.

    Cheers!
    Günter

    #401650
    This reply has been marked as private.
    #401959

    Hi!

    Thank you for cominbg back.

    If you want to limit it to that page only:

    
    .page-id-641 #main .post-title a {
        font-size: 60px !important;
    }
    

    Or you can try to use:

    
    #main .post-title a {
        font-size: 60px !important;
    }
    

    Regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.