Support » Themes and Templates » Weaver theme: Cant' un-bold the titles?

  • Hey guys, I can’t for the life of me remove the bold weight on the fonts for the page titles with the Weaver theme. I’ve gone so far as to adjust the style.css wherever it looked appropriate (and changing things right back when it didn’t work).

    I imagine this has got to be pretty simple, just can’t find where to change this. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter enrique_o_k

    (@enrique_o_k)

    So out of desperation I just replaced everything “bold” in the style.css file with “normal” and it didn’t work. What am I missing?

    Use css specificity to target the headings. If the main content element has ID #content, use something like this:

    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
        font-weight: 400;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weaver theme: Cant' un-bold the titles?’ is closed to new replies.