Home › Forums › Support › How to reduce front size of author and tags which show below title? This topic has 6 replies, 3 voices, and was last updated 5 months, 1 week ago by Murshid. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts October 21, 2022 at 7:17 am #2381139 Murshid How to reduce the font size of the author and tags that show below the title? October 21, 2022 at 9:40 am #2381449 DavidStaff Customer Support Hi there, can you share a link so i can see how that meta is being output ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 21, 2022 at 11:49 am #2381569 Murshid Yes, Here’s the link https://thefitnessphantom.com/the-full-body-resistance-band-workout October 21, 2022 at 12:34 pm #2381594 YingStaff Customer Support Hi there, Try this CSS: .single-post .entry-meta { font-size: 12px; } October 21, 2022 at 11:08 pm #2381813 Murshid I want to reduce font size only on mobile devices. Can you please share a code to do that? October 22, 2022 at 5:52 am #2382042 DavidStaff Customer Support Change Yings CSS to: @media(max-width: 768px) { .single-post .entry-meta { font-size: 12px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 22, 2022 at 6:41 am #2382081 Murshid Thanks a lot, sir. Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In