Change Font

Discussion in 'Poloray WordPress Theme' started by home, Sep 22, 2015.

  1. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    I would like to change all the fonts of the theme in "Vendetta". How could I do,please?
     
  2. priya

    priya Guest

    Hello.

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site and make us clear with some edited screenshot where do you exactly want to change the font so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    To change the content of home page, code is given below..
    Code:
    body.home.blog p {
        font-size: 15px !important;
    }
    To change the content of other pages, code is below.
    Code:
    body.page.page-id-2.page-template-default p {
        font-size: 16px !important;
    }
    To change the content of footer area, code is below.
    Code:
    .footer_wrapper_top {
        font-size: 16px;
    }
    To change the content of sidebar, code is given below.
    Code:
    .sidebar, span {
        font-size: 15px !important;
    }
    Note: Change numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Hi,
    thank you for your help.

    However I would need to change the font family to "vendetta" font ,which is not a web font.

    Thank you in advance
     
  6. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    As per your requirement, we have to add font "vendetta" in the theme and it requires some customization and our time as well,.

    As InkThemes has been receiving a high volume of support requests therefore, we will charge you for this,

    Do let me know if you agree then, I will tell you the amount and mode of payment.

    I look forward to hearing from you soon.

    You can send the payment direclty to our PayPal account.

    Here is the PayPal id -[email protected]

    Once you make the payment do let us know. We will make the changes.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Hello Prihanka,
    thank you for your help so far,but I thought the support was free.
    Anyway I cannot afford to pay it,so I will find another solution.

    Regards
     
  8. priya

    priya Guest

    Hello,

    Sure we will provide you free support but there is requirement of some customization and our time as well to resolve your issue and as I told you that our developer teams are busy in some other development work..

    So we have to pull them on your issue and keep your issue at priority basis, that's why I told you for the charges..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page