• Resolved michaeltaube

    (@michaeltaube)


    Hello,

    how can I change the default color for my H1 headings and page titles to black?

    By default all my page titles and blog titles appear more grey than black. The headings H2 to H6 are black (default) which is fine.

    I also noticed that on my posts page (Blog) the title of the posts is black but once I click one and only view that particular post the title turns grey.

    Thank you
    Michael

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, michaeltaube, I’m just a volunteer who likes helping in the Neve forums.

    I would suggest going into the customizer (by clicking on the customize button in the admin bar at the top of the page) and from there adding additional CSS.

    The CSS snippet should be the following:

    h1
    {
      color: black;
    }
    Thread Starter michaeltaube

    (@michaeltaube)

    @plantprogrammer thank you. It worked! I tried it before with !important and it didn’t work. I never thought about trying without !important ??

    Thanks a lot.

    • This reply was modified 4 years, 2 months ago by michaeltaube.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change the default color of H1 and page title’ is closed to new replies.