Archived topic
Style issues on Blog posts page
3 replies · Started by Stephen on January 3, 2020
Hi,
On my blog posts page, I am getting some weird style issues
I added an h2 to the page in the editor but it's not showing up on the front end (The page title and a second h2 I added aren't showing either).
Secondly, I want the entry-titles on the blog posts page to be #ff0e4c. I changed the css but it didn't take (even though all the other changes like font size took). I also changed it in the Customize > Colors > Content > Archive Content Title. The hover is the right color but not the regular, non-hover state (still black).
Thx,
Stephen
Hi there,
1. the Blog ( page set to display your Latest posts ) is not an ordinary page and cannot be edited directly. If you want to add content above the post grid then the simplest method is to add a Header Element:
https://docs.generatepress.com/article/header-element-overview/
2. You have this CSS which is overriding the link colors:
/*link color*/
a:hover, a:link, li:hover > a {
color: #000000;
}
Remove that and the issue should be resolved.
Great, thanks. Got these to work
You're welcome