-
AuthorPosts
-
August 13, 2015 at 12:40 pm #358460
This site https://zerotoone.de/ has very nice headings I would like to have in my website. I’ve tried pasting custom code into the css section into the global customizer, but can’t seem to create the same look. When I paste it into the css, it looks the same as their font, but I don’t know how they bold certain words. So, what code do I use for h2, h3, h4, h5, and h6 and how can I bold certain words in titles like they did? Here’s my site if you need it: http://andrepurchaseshomes.com/
Here’s the code I used, which I found using Google chrome’s web design tools:
h1, .h1 { font-size: 23px !important; font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-style: normal !important; font-weight:bold !important; text-transform:uppercase; height: auto !important; letter-spacing: 2.92499995231628px !important; line-height: 21.4500007629395px !important; }
August 13, 2015 at 4:15 pm #358602Hello There,
Thanks for writing in!
You need to bold certain words, to do that you need to use <b> or mark those words bold. Kindly see the source code:
Hope that helps.
Thanks.
-
AuthorPosts