[Resolved] Amend Heading 6 Font in WordPress

Home Forums Support [Resolved] Amend Heading 6 Font in WordPress

Home Forums Support Amend Heading 6 Font in WordPress

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #118487
    Craig Nicholson

    Hi was wondering if there was a way in which i could use GeneratePress to configure Heading 6 font and colour?

    when creating a page i see heading 6 is there but i can’t amend the heading in generate press

    anyone got any ideas how i can amend the heading 6 to black and font size 10?

    thanks

    #118488
    Tom
    Lead Developer
    Lead Developer

    You can use some super simple CSS for this:

    h6 {
          font-size: 10px;
    }
    #118489
    Craig Nicholson

    thanks tom and what do i add for making it black?

    i know the colour is #000000

    but what should i add?

    thanks again

    #118490
    Tom
    Lead Developer
    Lead Developer

    This should do it:

    h6 {
          font-size: 10px;
          color: #000000;
    }
    #118491
    Craig Nicholson

    you’re awesome – resolved

    thanks mate

    #118492
    Tom
    Lead Developer
    Lead Developer

    Happy to help 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.