Changing font size in Home Page Intro

Discussion in 'ColorWay WordPress Theme' started by pieceacake, Jan 8, 2013.

Thread Status:
Not open for further replies.
  1. pieceacake

    pieceacake New Member

    Joined:
    Jan 4, 2013
    Messages:
    10
    Likes Received:
    0
    hello and please accept my appologies if this has been submitted previously

    I would like my Home Page Intro to be on 1 line and was wondering how I reduce the font size. My website is www.pieceacake.ca

    Thank you in advance and appreciate all help
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go Js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    

    Now,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-wrapper .content-info h1{
    font-size:14px;
    }
    Adjust its value as per your requirements.
     
  3. pieceacake

    pieceacake New Member

    Joined:
    Jan 4, 2013
    Messages:
    10
    Likes Received:
    0
    Im not sure Im looking in the correct place for this. Am I looking in the Appearance Editor? If so which category on the right do I find it? As well you made a reference to Go Js> custom.js - is this something I type to find? Where do I type this if it is? Sorry if these seem like silly questions.

    Thanks in advance
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    You will not get theme directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js
    Download custom.js file from there, Edit it, Then again upload it.
     
  5. pieceacake

    pieceacake New Member

    Joined:
    Jan 4, 2013
    Messages:
    10
    Likes Received:
    0
    Gourav,

    I downloaded Filezilla so that I could open my theme directory but am still having issues finding the file. I have tried to highlight and drag to my computers main C drive directory but that gives me error messages. I have read that I need to download Web Disk but when I try it doesn't give me the option for Windows 7 OS. I have read that Web Disk has issues with Windows 7 OS and am wondering if you have any other solution for me. Thanks in advance I appreciate all your help so far.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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]
     
  7. pieceacake

    pieceacake New Member

    Joined:
    Jan 4, 2013
    Messages:
    10
    Likes Received:
    0
    Gourav,

    I sent the information requested but have not heard back or seen any change to the Home page intro font size. Can you give me an update?

    Thanks again
    Dawn
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Support mail sent.
     
    pieceacake likes this.
  9. pieceacake

    pieceacake New Member

    Joined:
    Jan 4, 2013
    Messages:
    10
    Likes Received:
    0
    Gourav,

    Thank you so much it looks great! You and the other techies are awesome :eek:)

    Dawn
     
Thread Status:
Not open for further replies.

Share This Page