-
AuthorPosts
-
June 16, 2017 at 11:19 am #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!
June 17, 2017 at 7:20 am #809200Hey 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,
RikardJune 19, 2017 at 9:49 am #809692I´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!
June 19, 2017 at 10:44 pm #810014Hi,
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,
YigitJune 20, 2017 at 12:05 am #810046maybe 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; }
June 20, 2017 at 10:09 am #810267Hi, 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, 5 months ago by cipriana.
June 20, 2017 at 12:43 pm #810328Hi,
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,
YigitJune 20, 2017 at 12:52 pm #810332Hi, 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!June 21, 2017 at 4:34 pm #811026Hi,
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,
YigitJune 21, 2017 at 4:50 pm #811038Oh, now yes!
Thanks Yigit!! Thank you very much.June 21, 2017 at 5:21 pm #811057Hi,
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 -
AuthorPosts
- The topic ‘Problems with font family’ is closed to new replies.