Tagged: x
-
AuthorPosts
-
December 19, 2016 at 7:47 am #1298119
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,
JeffreyDecember 19, 2016 at 7:48 am #1298120This reply has been marked as private.December 19, 2016 at 8:01 am #1298132This 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,
JeffreyDecember 19, 2016 at 9:05 am #1298219Hi Jeffrey
You can go to Appereance > Customizer Typography.
Hope it helps
Joao
December 19, 2016 at 9:48 am #1298266Hi Joao,
Thank you for your reply.
I want to change each Header separately not all together.Kind regards,
JeffreyDecember 19, 2016 at 11:18 am #1298379Hi 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!
January 1, 2017 at 3:25 pm #1311864Sorry, for my late reply.
Thank you! It works 😀
January 1, 2017 at 8:30 pm #1312058Happy to hear that.
Feel free to ask us again.
Thanks.
March 31, 2017 at 8:55 am #1426341Fixed
March 31, 2017 at 5:15 pm #1426608Cool, feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.
Cheers!
-
AuthorPosts