Support » Fixing WordPress » <h2> style tag

  • hi there,

    so i notice while investigating my styles to customize my page, that the <h2> style several different types of text on the page including BOTH 1)the main title of each entry and 2)the headers of the sidebar (about me, links, categories).

    my question: i’d like to separate these two out. i’d like the main title of the entry page to be a separate style than the headers of the sidebar.

    possible? y/n

Viewing 1 replies (of 1 total)
  • It is possible. Someone else may suggest differently, but you would put in your css stylesheet

    h2 – to affect all the h2 by default.

    Then

    .sidebar (or whatever your sidebar id is) h2 {
    css;
    stuff;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘<h2> style tag’ is closed to new replies.