Skip to:
Content
Pages
Categories
Search
Top
Bottom

not able to change h2

  • Hi, I’m creating a child theme based upon bp-default at http://www.accessart.org.uk/studioproject

    For some reason when i edit the h2 in default.css to make the titles larger on the pages/posts, the changes are never reflected when i look at the page. Any ideas what’s blocking it or what I’m doing wrong. I know it should be simple.

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use Firefox extension Firebug to examine the element and observe whether your adjusted rules are being applied or overruled by a selector set with higher specificity.


    Bowe
    Participant

    @bowromir

    like hnla said :) It’s probably being overwritten by a different selector.

    Looking at your page, you probably want to change the post title… try to put this in your custom.css file:

    .pagetitle {
    font-size: 22px;
    }

    Many thanks that fixed it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘not able to change h2’ is closed to new replies.
Skip to toolbar