Archived topic
How do I change post title font style in blog homepage?
7 replies · Started by Jude on July 19, 2019
I need to change the Post title font style in the blog homepage and not the single post title (H1). How do I do this? I can see options to change different heading (H1 to H6) but I don't see anyone specifically to change the tile at the blog homepage.
I would really appreciate a solution to this. Thank you.
Hi there,
The titles on the posts page are actually <h2> which can be modified in the customizer.
If you only want to change the posts titles without changing other <h2> elements, then CSS solution is required:
h2.entry-title {
font-family: "Roboto Slab", serif;
font-weight: 600;
font-size: 33px;
line-height: 1.7em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Alright. Thank you.
from the CSS file above, how do I enter the font style?
I want to use Roboto slab
Edited the CSS above.
Let me know :)
Thank you. However, I need more help.
I want to style the features of the Blog homepage separately. I would be delighted if you can also provide me with the CSS to do so.
I want to
1. Adjust the font excerpt on the blog homepage (font style, size and colour)
2. Control the padding separately.
3. adjust the Read more button location and colour.
here is a sample picture of what I would love to achieve http://prntscr.com/ohgvtq
Additionally,
4. How can I make all the links to be underlined when hovered?
5. The heading1 (H1) bottom margin does not adjust when I move the adjustment bar. How can I fix this?
I await your response, Thank you.
Any chance you can open separate topic(s) for the different questions?
Thanks :)
Alright. I will do that
Thanks :)