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
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
Hey!
You can use this:
#top .flex_column .template-blog .post-title {
font-size: 25px;
}
Cheers!
Ismael
cool – thx a lot, Ismael