Poloray Customizations

Discussion in 'Poloray WordPress Theme' started by kameko, Jan 7, 2013.

  1. kameko

    kameko New Member

    Joined:
    Jan 7, 2013
    Messages:
    12
    Likes Received:
    0
    I like the way the font inside of the color block looks; I just want the page text and menu text to be Century Gothic. Again, DETAILED instructions (preferably screenshots) showing me how to make the changes I asked for - assuming that you can't do them, yourself - would be GREATLY appreciated.

    Thanks!!
     
  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:
    #menu .ddsmoothmenu li a{
    font-family:symbol;
    }
    p{
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.
     

Share This Page