Change Lettertype and colour

Discussion in 'Poloray WordPress Theme' started by aster media, Jan 11, 2016.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Hi. How can I change/improve the default lettertype of this website to Sans Serif lettertype, change points and color to black? The code I have in Custom CS seems not to work with the text editor of the theme:



    .sidebar img {
    max-width: 100%;
    width: auto;
    }
    }
    h1, h2, h3, h4, h5, h6 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    }
    h1 {
    font-size:16px;
    }
    h2 {
    font-size:15px;
    }
    h3 {
    font-size: 14px;
    }
    h4 {
    font-size:14px;
    }
    h5 {
    font-size:12px;
    }
    h6 {
    font-size:10px;
    }




    Another question is: Can I install your Ink appointment wordpress plugin and have it shown on the homepage?

    Best wishes,
    Steven
     
  2. priya

    priya Guest

    Hello Steven,

    Greetings from InkThemes!

    To change font-family, please follow the screenshot given below.

    PoloRay-font_family.png

    Regarding your second issue,

    Let me tell you that it is not possible to show Ink Appointment plugin on front-page...

    You can add this on your pages..

    Hope you will get it...

    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
    Thanks Priyanka.

    I noticed that the overall font size on the website (line 25 - set to 13px) will change according to any new setting. That is great.

    Still, applying h1 to h6 on text in the page text editor doesn't seem to do what it says it will do.
    Moreover, the words seem grainy (see A and C on scrprt) and how do I change the font and font size in the widget area (B + C)?

    You give one answer and find out there's always more questions :)

    Best wishes,
    Steven

    scrprt1.png
     
  4. priya

    priya Guest

    Hello Steven,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

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

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
  6. priya

    priya Guest

    Hello Steven,

    Firstly to change font and font size of B & C,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar ul li a, .sidebar h3 {
        font-family: Sans-serif;
    }
    .sidebar h3 {
      font-size: 20px;
    }
    .sidebar ul li a {
        font-size: 20px;
    }
    To change the font of "A" part, the code is below..
    Code:
    .content-bar h1 {
        font-size: 25px;
        font-family: Sans-serif;
    }
    Regarding your first issue, i.e. "Still, applying h1 to h6 on text in the page text editor doesn't seem to do what it says it will do".

    I would like to tell you that it must be due to Cufon,

    So, firstly you have to disable cufon.js.

    Please follow the screenshot given below to disable it.

    PoloRay_disable_cufon.png

    NOTE: Firstly you have to disable cufon as mention in the screenshot and after that you will able to notice all the above changes in your site..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

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

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    I I made a screenprint of how I understood your advice to add the "//" but I am unsure.
    Please advise me again and let's prevent me from messing things up :).

    Regards.,
    Steven

    scrprt2.png
     
  8. priya

    priya Guest

    No Steven,

    You are going wrong...

    You just need to add only // tag before the code (as I have mentioned in my screenshot) not at last of the code as you have done in your screenshot..

    Hope you will get my point..

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

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Wonderful Priya! Almost done. There are 2 translation issues (scrpt 4 + 5).

    Thanks in advance for your help!
    Steven

    scrprt6.jpg scrprt4.png
     
  10. priya

    priya Guest

    Hello Steven,

    For the first screenshot, the solution is below...

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_info h1 {
        font-style: initial;
    }
    For the second screenshot,

    Code is given below,
    Code:
    .feature_inner_box .feature_title {
        font-weight: 100;
    }
    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page