Viewing 2 replies - 1 through 2 (of 2 total)
  • Currently the color is being set here:

    div#main div.entry-content h2, div#main div.entry-content h3, div#main div.entry-content h4, div#main div.entry-content h5 {
        color: #416DB7;
        font-weight: bold;
    }

    What you enter in the child CSS file depends on what all you want to change — if all of them, copy the above into the child CSS file and then change the color.

    In general the best way to sort out CSS is to use Firebug to identify which CSS code is actually in effect on the page.

    See this too: https://codex.www.ads-software.com/Finding_Your_CSS_Styles

    Thread Starter NicholasM24

    (@nicholasm24)

    That has worked perfectly, thankyou very much. And thanks for the links.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for H tags’ is closed to new replies.