Fonts doubts and problems

  • Mandado

    #8607

    Hello,

    I am trying to change the font on the tittles in the front static page. I need to do it because the standard font used in Graphene theme doesn’t support Latvian alphabet. You can see “strange” things when using the particular accents of Latvian language.

    http://lv.thecrazytravel.com/

    I managed to change the titles of the posts in the blog, but not in the front page.

    .post-title, .entry-title {

    font-family: Times,serif;
    font-size:28px;
    }

    Thanks!

    Mod

    Kenneth John Odle

    #41610

    Add this to custom CSS:

    .homepage_pane .post-title a, .homepage_pane .post-title a:visited {
    font: 20px Times,serif;
    }

    I believe you are working on titles of homepage panes?

    Mandado

    #41611
    Quote:
    .homepage_pane .post-title a, .homepage_pane .post-title a:visited {

    font: 20px Times,serif;

    }

    Thanks, that change the tittles of homepage panes.

    I still have this same problem with the tittle of the post in the slideshow on the top of the page.

    Mod

    Kenneth John Odle

    #41612

    Try this:

    .bgimage-excerpt .slider_post h2 a, .bgimage-excerpt .slider_post h2 a:visited {
    font: Times,serif;
    }

    Mandado

    #41613
    Quote:
    .bgimage-excerpt .slider_post h2 a, .bgimage-excerpt .slider_post h2 a:visited {

    font: Times,serif;

    }

    This one didn’t work.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.