Changing Fonts, TExt Size of Heading and Chnaging Custom js Folder in Squirrel pro theme

Discussion in 'Squirrel WordPress Theme' started by felix335, Nov 26, 2012.

  1. felix335

    felix335 New Member

    Joined:
    Nov 26, 2012
    Messages:
    1
    Likes Received:
    0
    Hi,

    I need to change the font of the headings of the Squirrel Theme.

    This is what i have read:

    Go to Js > Custom.js present in your theme directory and remove the code given below
    //cufone Cufon.replace({ hover: true })('#colRight h2')('.reply',{ hover:true })('h1')('h2')('h3')('h4')('h5')('h6');

    I found the Js>Custom.js in the .zip file,
    modified it and then tried loading it completly again.
    as a new zip file, but i get an error
    The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) :
    Unable to find End of Central Dir Record signature

    ANYWHERE ELSE WERE I CAN FIND THE THEME DIRECTORY
    TO CHANGE FONT AND SIZE OF HEADINGS WITHOUT RELOADING THE WHOLE zIP.

    THANKYOU IN ADVANCE FOR THE HELP.




     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Editor
    and open "Theme functions.php" in editor and remove code given below
    Code:
    wp_enqueue_script('inkthemes-cunfon-yui', get_template_directory_uri() . '/js/cufon-yui.js', array('jquery'));
    Sending image for reference
    [​IMG]


    Now,


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


    Code:
    .header-info h1{
    font-size:30px;
    }
    .header-info h2{
    font-size:30px;
    }
    Adjust font size as per your requirements.
     

Share This Page