Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #358391

    Hi,
    how can I change/increase the font size of the a.m. headlines? I´ve found some css codes re. the single blog entries headlines, but not for the a.m. content element of the Avia Layout architext (list of blog entries with the text excerpts follwowing). Thx a lot and best regards, oestersund

    #358611

    Hi oestersund!

    I’m sorry but I’m not sure what you mean by a.m. headlines. It sounds like your wanting to change the post title font size in the blog layout. Is that correct? If so then you can use this CSS.

    .template-blog .post-title { font-size: 30px !important; }
    

    Or if your talking about the “Special Heading” shortcode then you can change the H1 – H6 in the shortcode options to change it’s size.

    If that’s not correct then send us a link and let us know which element your trying to change.

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #358910
    This reply has been marked as private.
    #359227

    Hey!

    You can use this:

    #top .flex_column .template-blog .post-title {
    font-size: 25px;
    }

    Cheers!
    Ismael

    #359703

    cool – thx a lot, Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Blog´s Headline Font Size in Avia "Blog Post list"’ is closed to new replies.