• Resolved 7gorgonzolas

    (@7gorgonzolas)


    Hello everyone,

    I’ve encountered a bit of a problem with my blog page h2 titles. I set my link text to #52a8ba (light blue) in the General Styling section of Customize Settings so that my body paragraph links would reflect this color.

    However, the problem is that the h2 headline titles on my blog page have also turned into this highlighted blue color.

    I would like to keep the light blue color for the links in my body paragraphs, but keep the h2 titles on the blog page black.

    I tried experimenting with some custom CSS writing, but I’m not getting the result I’m looking for. Can anyone help me with some custom CSS to fix this problem, or point to how I might be able to fix this problem within the Customize Settings tool?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this CSS rule:

    h2 a {
       color: #000000;
    }

    Well, they are links… so what is wrong with them being the color of a link?

    Thread Starter 7gorgonzolas

    (@7gorgonzolas)

    Thanks for your responses,

    I ended up just changing the link text color in Customize settings back to #000000 (black)

    And instead using customize CSS to change the color of only the body links by writing

    .entry-content a {color: #52a8ba}

    Cleared up the h2 tags from being colored and a few other problematic elements.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Color of Blog Page H2 elements’ is closed to new replies.