Archived topic
How to change category and author text size on mobile
11 replies · Started by karl on October 30, 2022
Hi all,
How do i change the Author and Category text size for mobile, displayed on the homepage and blog post page?
I have attached image.
Thanks
Karl
Also.... how can i change featured image sizes that appear on homepage?
Thanks
Karl
Hi there,
Meta typography
in Customizer > Typography --> Add Typography.
Select Target Element: Custom
In the CSS Field add: .single-post .entry-meta
Now in that panel switch to mobile view and set the font size you want.
Featured Image size:
In the Customizer > Layout > Blog --> Featured Images >>> Archive Tab:
https://docs.generatepress.com/article/adjusting-the-featured-images/
Select the Media Attachment size you want
Thanks,
This has worked for the author text. How do i get it to do the same on the homepage?
I also want to enlarge category text please see bottom part of this image
Thanks
Karl
See this:
In the CSS Field add: .single-post .entry-meta
Change it to .inside-article .entry-meta
if the the footer meta doesn't change then can you disable autoptimize and check ?
Do i make a new custom element or change the one i did?
Thanks
Karl
Change the one you did :)
Thanks, Author one is working, but the Category near the footer will not change size. I have deactivated autoptimize but still no luck.
It is making the Title bigger but not the title of the category.
I want to enlarge "Pug Questions"
https://ibb.co/NrybWjQ
Thanks
Karl
In Customizer > Additional CSS you have:
.cat-links {
font-size: 15px;
}
Which is controlling them.
If you remove that, you should see them change.
Thanks, This has worked perfect.
Great support, thank you!
Glad to hear that!