• hello.

    I have installed wordpress 3.5 and mantra 1.9.9.3 and I have a litle problem.

    I would like to change the font of Site title and site descripction.

    If you visit muy web, http://www.lunarunning.com I would like to change the font of “luna running team” and “los magnificos 2º generacion”.

    Is it possible change it for a picture as well?

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, those changes are possible, but first you’ll need to create a child theme so that your changes are not overwritten upon update:

    http://codex.wordpress.org/Child_Themes

    Thread Starter julitro

    (@julitro)

    hi,thank you for your help

    I already did it,and I activated it, and the child theme work. I alñso have instaled firebug in Mozilla Firefox.

    but I still dont know hot to change it, I mean, i dont know wich text I have to write in style.css for change the site title font and tittle description font.

    Good job so far — the CSS you’ll need is:

    h1#site-title {
      font-family: xxxxxx ;
    }
    
    #site-description {
      font-family: xxxxxx ;
    }

    Thread Starter julitro

    (@julitro)

    thank you for answer

    but where I have to write this?

    In the editor, I write this but everything is the same:

    /*
    Theme Name: child-mantra
    Theme URL: http://www.lunarunning.com
    Description: un child theme de rpueba
    Author: Julio
    Template: mantra
    */
    @import url(‘../mantra/style.css’);

    h1#site-title {
    font-family: Times New Roman ;
    }

    #site-description {
    font-family: Times New Roman ;
    }

    by the way, the font that I want is “IM Fell English” but I have put times new roman because i dont know if I can put the other one

    Thank you again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change site title font and site description font’ is closed to new replies.