Dear Kriesi Team
I would like to change the Post Titles and Headlines normal weight/font style.
I´ve tried with:
text-transform: none !important;….
and
font-style: normal; font-weight: 300;…
I do not know enough about codes to find out myself.
Many thanks for your help!
Hi Ingrid!
Try this code:
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
font-weight: normal;
font-family:'Open Sans';
}
and replace the font family value if necessary.Don’t forget to clear the browser cache – otherwise you might not notice the changes.
Cheers!
Peter