• Resolved mikorka

    (@mikorka)


    Hi! I’m using the Gamepress theme which has a built-in font family but it does not support my local language – some characters are displayed incorrectly. I managed to change the font of slider content, article content, etc. by adding several css codes to my custom css plugin. However I’m stuck with the titles of articles – what would be the correct code to use?

    Looking at the page source info and the theme’s css file I found the post titles are under “entry-header” h2 section. But nothing changes when I try to insert following codes into my custom csc plugin like

    h2.entry-header { font-family: Arial; }
    #entry-header { font-family: Arial; }

    What would be the right script to get this sorted out?

    thanks for all your advise

Viewing 2 replies - 1 through 2 (of 2 total)
  • please post in http://wordpress.org/support/theme/gamepress/ so that the theme’s author can find your question.

    Thread Starter mikorka

    (@mikorka)

    Never mind, finally I found myself. Just for further reference the article titles including the Nivo slider article titles are coded under “h2” so I managed to change the font family by adding following code:

    h2 { font-family: Futura, “Trebuchet MS”, Arial, sans-serif; }

    to My Custom CSS plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font family for article titles’ is closed to new replies.