Archived topic
Chage font size in AMP homepage and categories
3 replies · Started by Fernando on November 18, 2019
Hello!
You so kindly make this CSS to make my AMP hompage and categories lool like this:
https://monosnap.com/file/GBSXhI8lROJcpMLaGIuF9eMZoWwhNa
Here the CSS:
@media (max-width: 768px) {
.post-image {
float: left;
margin-right: 1.5em;
}
.post-image img {
max-width: 100px;
}
.entry-summary {
display: none;
}
}
How can i change the font size only in this CSS, i mean without changing H2 in the post? And how do I add a little excerpt?
Is not urgent.
Thank you in advanced
If you install GPP 1.9.0, you'll see we have new typography option for the archive titles: https://generatepress.com/gp-premium-1-9-0/
To show the excerpt, remove this part of the CSS:
.entry-summary {
display: none;
}
Let me know if you need more info :)
Thank you so much!
It worked perfecty, as usual.
Glad I could help :)