Change font

Discussion in 'Poloray WordPress Theme' started by aster media, Feb 3, 2016.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Hello Priya,

    Where do I change the font of the two circled spaces and how do I change the italic?
    Pls advise.

    Regards.,
    Steven

    scrprt1.png
     
  2. priya

    priya Guest

    Hello Steven,

    Greetings from InkThemes!

    To change the italic,

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_info h1 {
        font-style: inherit;
    }
    To change font of the text, code is given below..
    Code:
    .feature_inner_box .feature_title {
      font-family: Sans-Serif;
    }
    .content_info h1 {
        font-family: Sans-Serif;
    }
    Change the font to your desired one...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Do you mean, like this:

    .feature_inner_box .feature_title {
    font-family: Verdana, SANS-SERIF;
    }
    .content_info h1 {
    font-family: Verdana, Sans-serif;
    }
     
  4. priya

    priya Guest

    No Steven,

    Just simply put Sans-Sarif font in the code, like this:
    Code:
    .feature_inner_box .feature_title {
      font-family: Sans-Serif;
    }
    .content_info h1 {
        font-family: Sans-Serif;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Shame on me... :confused:o_O
     
  6. priya

    priya Guest

    No Steven..

    It just a common misunderstanding with fonts...:D

    Always free to ask your issue...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page