Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #808921

    Hi, I´m having problems to set up a font weight style.

    I need to have Raleway font with 300 weight style but don´t get to set it up.
    I´ve added this font in my functions child theme with all the variations.
    I´ve created a custom ccs class in the administration section that is .light-font-h3
    And I´ve added this quick css code in general styles:
    .light-font-h3 .avia_textblock {
    font-weight: 300!important;
    font-family: raleway!important;
    }

    Nevertheless my font weight in the frontpage is 100, not 300.
    Sorry, but could someone help me with this?

    Thanks!

    #809200

    Hey cipriana,

    If you want to target an element you can’t just write it in the class name, you need to target the actual element like this:

    .light-font-h3 h3 {
    font-weight: 300!important;
    font-family: raleway!important;
    }

    Best regards,
    Rikard

    #809692

    I´ve done it but nothing has changed.
    I can´t change the font color either. I´ve tried many options in general styles and none has alowed me to change that color.

    I´m sending to you my credentials just in case.

    Thank you very much!

    #810014

    Hi,

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    It does work fine on my end.

    Best regards,
    Yigit

    #810046

    maybe try it with:
    i can not prove it because i do not see your site. So i suppose there is only a clerical mistake on the code above

    .light-font-h3 h3 {
    font-weight: 300!important;
    font-family: "raleway" !important;
    }
    #810267

    Hi, thanks for your help, but it didn´t work.
    Now the font is bold. (screenshot). That is not Raleway 300.
    If I put font-weight: 100!important; it doesn´t change either.

    If I change the color, it changes, but the font weight changes doesn´t work.
    If I select another font family in General styles > Fonts (let´s say Quicksand), my h3 text changes correctly to Quicksand. But not the Bold style. (Bold style only works in paragraphs texts).

    I only need to use a very light font in h3 texts and that bold styles work so to be able to highlights certain words.

    Sorry to be so annoying :(
    Thanks

    • This reply was modified 7 years, 4 months ago by cipriana.
    #810328

    Hi,

    I changed font weight in your custom CSS to 100 and flushed cache and that worked. Can you please check your website again?

    If that is still not what you wanted, please elaborate a bit more. I am not 100% sure that we are on the same page :)

    Best regards,
    Yigit

    #810332

    Hi, Yigit, you have changed my headings and I´m talking about the text below. (you can see the screenshot I´ve posted ).
    The texts starting with “El maquillaje es la práctica de decorar la piel….”

    I only need to use a very light font in my h3 texts (Raleway 100 or 300) and that bold styles work, so to be able to highlight certain words.
    Thanks!

    #811026

    Hi,

    I noticed that you inserted “.light-font-h3” into custom CSS field. I edited your page and changed it to “light-font-h3”. Please flush browser cache and refresh your page a few times

    Best regards,
    Yigit

    #811038

    Oh, now yes!
    Thanks Yigit!! Thank you very much.

    #811057

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Problems with font family’ is closed to new replies.