Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #17838

    http://restareasofyourlife.com/

    How can I change the font styles for the navigation bar like home, current titles, blogs?

    Also the page titles on every pages?

    Thanks!

    #17841
    Sakin
    Keymaster

    @calvinocampo123: You can add the CSS like below to change the font for header menu.
    #header-menu { font-family: Arial,Helvetica,sans-serif; }

    #17843

    How about the page titles?

    #17848

    and also how to make it all capital letters?

    #17856
    Sakin
    Keymaster

    For page title and All Capital Letters add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { font-family: Arial,Helvetica,sans-serif; text-transform: uppercase; }

    #17870

    I’ve tried using this

    .entry-title { font-family: Arial,Lobster, sans-serif; }

    But doesn’t change it.

    Why?

    #17875
    Sakin
    Keymaster

    @calvinocampo123: Because you are using same default font. If you are try to change to Lobster then it will like

    .entry-title { font-family: Lobster, Arial, sans-serif; }

    But the code will only work in the computer which has Lobster font. So, better will be to add Google Web font for lobster and add it. Or just upgrade to pro version.

    #17888

    I really don’t see changes.

    I used this .entry-title { font-family: Trebuchet MS, sans-serif; } to make sure it’s on the computer but still no changes.

    #17927
    Sakin
    Keymaster

    @calvinocampo123: If you see in your pages title, it’s changed, see it here
    http://restareasofyourlife.com/contact-me/ , the title “Contact Me” is different then your other text.

    #21200
    Bouncedancer
    Participant

    calvinocampo, I really Like the Font plugin — it’s quite easy to work.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Font Styles’ is closed to new replies.