Updating Fonts for "take a tour" button and Blog Posts Details

Discussion in 'Infoway WordPress Theme' started by smbrisard, Mar 9, 2013.

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

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Hi,

    You have helped me several times already updating font on various areas of my website but I still need to update the following:

    1. "Take a tour" button which I now renamed "Read More" at: http://www.stephanbrisard.com/blog/ - I would like to update the Fonts to Verdana and not Bold to match the look and feel of my Read More button on Home page: http://www.stephanbrisard.com/

    2. At at: http://www.stephanbrisard.com/blog/ - I'd like to update the fonts of the info underneath each of the preview pictures for each blog posts (author, date, comments etc.)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_content .read_more {
    font-family: verdana;
    }
    .content-bar .post .post_meta .post_date {
    font-family: Your font type;
    font-size: your font size;
    }
    .content-bar .post .post_meta .post_comment a {
    font-family: Your font type;
    font-size: your font size;
    }
     
    .content-bar .post .post_meta .posted_by a{
    font-family: Your font type;
    font-size: your font size;
    }
     
    .content-bar .post .post_meta .post_category a {
    font-family: Your font type;
    font-size: your font size;
    }
     
  3. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Great thanks for this - it works great now
     
Thread Status:
Not open for further replies.

Share This Page