Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #300100

    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!

    #301199

    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

    #303933
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Post Titel and Headlines to normal weight/font style’ is closed to new replies.