Home › Forums › Support › Make font size of first post's title bigger This topic has 7 replies, 3 voices, and was last updated 6 years, 7 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 18, 2016 at 3:26 pm #236701 Daniele Hi Tom, how can I make the font size of the first post bigger than other posts? October 18, 2016 at 5:48 pm #236731 Jean Paiva Developer Daniele, this css may help you: .home article:first-child h2.entry-title { font-size: 40px; } If you don’t know how to use custom css, this tutorial might help: https://generatepress.com/knowledgebase/adding-css/ October 18, 2016 at 6:26 pm #236735 Daniele Hi Jean, thank you for your tip: unfortunately, your code (of course I use Simple CSS) doesn’t work. .home article:first-child h2.entry-title { font-size: 40px; } Maybe seeing the page can help π http://www.distampa.com/category/arte/ I need to make that title (ARTURO DAZZI : MOSTRA DEL CINQUANTENARIO A VILLA TORLONIA) bigger. Thanks for your help, Daniele October 18, 2016 at 11:47 pm #236782 TomLead Developer Lead Developer Since you’re using a category, replace .home in Jean’s code with .category. October 19, 2016 at 3:47 am #236886 Daniele Thanks Tom, that’s true. But it’s not working there too.. .category article:first-child h2.entry-title { font-size: 40px; } .home article:first-child h2.entry-title { font-size: 40px; } October 19, 2016 at 10:30 am #237012 TomLead Developer Lead Developer Ah I see why that’s not working. Try this instead: article.masonry-post.width4 h2.entry-title { font-size: 40px; } October 19, 2016 at 3:50 pm #237122 Daniele YEAH! π Thanks!!! October 19, 2016 at 8:36 pm #237159 TomLead Developer Lead Developer You’re welcome π Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In