Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298119

    Jeffrey S
    Participant

    Good afternoon,
    Ive got two questions:

    – How do i change the font weight (like 300,400,500) from my headers?
    Do I also have the option to switch from regular, bold, black etc?

    – Also how do i change the font type of my headers?

    Kind regards,
    Jeffrey

    #1298120

    Jeffrey S
    Participant
    This reply has been marked as private.
    #1298132

    Jeffrey S
    Participant

    This is the page I am working on: http://jeffreyschout.nl/wordpress-website
    And this is what i got so far:

    h6,
    .h6 {
    font-size: 27px;
    text-transform: none;
    font-weight: normal !important;
    letter-spacing: -0.0015em;
    }

    So the font-weight code is not working nothing changes when I use it.
    Also can’t seem to change to font type.

    Kind regards,
    Jeffrey

    #1298219

    Joao
    Moderator

    Hi Jeffrey

    You can go to Appereance > Customizer Typography.

    Hope it helps

    Joao

    #1298266

    Jeffrey S
    Participant

    Hi Joao,

    Thank you for your reply.
    I want to change each Header separately not all together.

    Kind regards,
    Jeffrey

    #1298379

    Nabeel A
    Moderator

    Hi again,

    You can try changing the font family, it looks like the current font family you are using “Raleway” is itself a bold font that’s why changing font-weight isn’t working. To change the individual headings you can use the following code:

    h1, .h1 {
        font-family: "Lato",sans-serif !important;
        font-weight: normal !important;
    }
    h2, .h2 {
        font-family: "Lato",sans-serif !important;
        font-weight: normal !important;
    }
    h3, .h3 {
        font-family: "Lato",sans-serif !important;
        font-weight: normal !important;
    }
    h4, .h4 {
        font-family: "Lato",sans-serif !important;
        font-weight: normal !important;
    }

    Adjust the headings as per your need. Let us know how this goes!

    #1311864

    Jeffrey S
    Participant

    Sorry, for my late reply.

    Thank you! It works 😀

    #1312058

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1426341

    cbsdharvey
    Participant

    Fixed

    #1426608

    Friech
    Moderator

    Cool, feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Cheers!