Change font styles and sizes

Discussion in 'Elite Pro WordPress Theme' started by rpost3330, Apr 28, 2013.

Thread Status:
Not open for further replies.
  1. rpost3330

    rpost3330 New Member

    Joined:
    Feb 20, 2013
    Messages:
    5
    Likes Received:
    0
    Hello,

    Excellent theme, easy to use, looks great.

    How can I change the fonts for:
    1. heading for content on homepage
    2. heading for slider content
    3. heading for sidebar
    4. content on homepage

    (font in general I guess?)

    Thanks!
    Robyn
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Robyn,

    For this first you need to remove cufon.
    Go to the Theme directory > js > custom.js
    and make changes as shown in image.

    [​IMG]


    After that
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    p{
    font-family: your font family;}
     
    .flex-caption h1 {
    font-family: your font family;}
     
    .index-content h1{
    font-family: your font family;}
     
    .sidebar h4 {
    font-family: your font family;}
     
  3. rpost3330

    rpost3330 New Member

    Joined:
    Feb 20, 2013
    Messages:
    5
    Likes Received:
    0
     
  4. rpost3330

    rpost3330 New Member

    Joined:
    Feb 20, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks so much! Really appreciate the help. :)

    All the best
    Robyn
     
Thread Status:
Not open for further replies.

Share This Page