Font

Discussion in 'Real Photography WordPress Theme' started by ytollig, Dec 5, 2012.

  1. ytollig

    ytollig New Member

    Joined:
    Nov 27, 2012
    Messages:
    14
    Likes Received:
    0
    Good day,

    Can I change the font and color of the writing and tabs?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li a {
    color: your color value;
    font-family: your font type;
    }
     
    .content-bar .post .post_content {
    color: your color value;
    font-family: your font type;
    }
     

Share This Page