[Resolved] Style issues on Blog posts page

Home Forums Support [Resolved] Style issues on Blog posts page

Home Forums Support Style issues on Blog posts page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1121429
    Stephen

    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

    #1121630
    David
    Staff
    Customer Support

    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.

    #1121706
    Stephen

    Great, thanks. Got these to work

    #1121848
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.