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

    Hi,

    I received the following code from you in order to change the font for my headers and widget titles but now it has stoped working, what can be wrong (the color still is correct)?

    .page .entry-header {
    display: none;
    }
    .entry-content h1 { font-size: 30px; color: #bd2026;
    font-family: Monotype Corsiva, sans-serif;}
    .entry-content h2 { font-size: 26px; color: #bd2026;
    font-family: Monotype Corsiva, sans-serif;}
    .widget-title {
    color: #bd2026;
    font-family: Monotype Corsiva, sans-serif;
    }

    website: sundmans.se

    Kind regards Helena

    #49099
    Sakin
    Keymaster

    Hi Helena,

    The CSS that you have added is fine. It is working fine in my computer as I have that cont Monotype Corsiva installed. So, this will work only in the computer with that font install as Monotype Corsiva is not a web safe font. You might need to consider embedding font or use google font. Also there is various font options in “Appearance => Theme Options => Font Family Options”

    Regards,
    Sakin

    #49139

    Hi Sakin,

    aaaah scary! Thanks for the heads up, great help as always!

    /Helena

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Code for header and widget titles stoped working’ is closed to new replies.