Changing the text across the website to Arial

Discussion in 'ColorWay WordPress Theme' started by johnonlineuk, Mar 16, 2013.

  1. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    I want to change the whole website to Arial text - how can I do that
     
  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

    p{
    font-family:arial!important;
    }
     
  3. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    That does seem to change all of the text - I want it across all properties including Slider headline etc
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please explain your problem with the help of screenshot, where you want to change the font type and also share the link of your website, so that we can give you the exact solution.
     
  5. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    Sorry I have been away. I have removed the curfon from the JS and added the code you suggested but still no luck. The site is not live yet but the headline in the slider is still Trebucet as is the Home page Info area.

    here is the code that is in the custom css
    content-wrapper .content-info h1{
    font-family:arial;
    }
    .container{
    margin-top:5px!important;
    }
    .slide-content.entry.fl {
    background: hsla(0, 20%, 100%, 0.75);
    }
    .content-wrapper .content-info h1{
    font-size:20px;
    }
    h1,h2,h3,h4,h5,h6,a{
    font-family: arial;
    }
    .slide .slide-content.entry {
    border: none!important;
    left: 0px;
    bottom: 40px;
    right:0px;
    width:300px!important;
    }
    #content{
    margin-top:0px;
    }
    body{
    background:white;
    }
    p{
    font-family:arial!important;
    }
    blockquote{
    font-size:18px;
    }


    PS - the headings of the four feature headings is also Trebuchet and I want that to be Arial also.
     
  6. Harshvardhan

    Harshvardhan Administrator

    Joined:
    Mar 23, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,

    Please use this css style code

    .slide .slide-content.entry .title {
    font-family:Arial;
    }
    .content-info {
    Font-family:Arial;
    }
    #content .one_fourth h3{
    font-family:Arial;
    }
    This will solve your problem.

    Thanks
    Harshvardhan
     
  7. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    sorry but the code you sent over doesn't work - I have attached a files you can see that the headline in the slider and the Home page Intro are still in Trebuchet. I would like them in Arial. I enclosed a picture as my site is not live yet
     

    Attached Files:

  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Do let us know your website link.
     
  9. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    My site is not live yet but if you send me an email I can provide you with a login
     
  10. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    Sorry guys but I am still waiting for an answer and have requested you email me so I can give you admin access to y site as it is not live yet.
     
  11. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello John,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  12. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    Did you manage to have a look - I sent you my details on Thursday?
     
  13. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page