Forums

Change font for one page (5 posts)

  1. mixit
    Member
    Posted 5 months ago #

    I am trying to change the font for one page. http://tinyurl.com/82bbfje

    I found this post, but not sure if it's what I'm looking for http://tinyurl.com/7ue9dpe

    Any help is appreciated

  2. eft0
    Member
    Posted 5 months ago #

    you must edit and change the CSS stylesheet

  3. esmi
    Theme Diva & Forum Moderator
    Posted 5 months ago #

    Try using Firefox with the Firebug add-on for this kind of work.
    http://getfirebug.com/

  4. mixit
    Member
    Posted 5 months ago #

    Thanks eft0. Figured it out. And thank YOU esmi. Big help!

  5. mixit
    Member
    Posted 5 months ago #

    Also, for anyone else who may need assistance with this kind of thing.

    Ended up using Google Web Fonts (VERY COOL) and the plugin WP Google Fonts.

    Chose what font I needed and applied a custom css in the section it provides below within the settings of the plugin.

    .testimonials #content {
     font-family: 'Dancing Script', arial, serif;
    font-weight:400;
    font-size:18px;
    }

    Hope this helps anyone else who may need it.

Reply

You must log in to post.

About this Topic