js>custom.js where exactly should I be looking for it?

Discussion in 'Dzonia WordPress Theme' started by baturasmaz, Jul 5, 2013.

  1. baturasmaz

    baturasmaz New Member

    Joined:
    Jun 15, 2012
    Messages:
    7
    Likes Received:
    0
    Sorry for my ignorance but I can not find the link below in my files js>custom.js where exactly should I be looking for it?

    2.For your second issue

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon Replacement in heading
    jQuery(document).ready(function() {
    //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Cufon.replace('h1, h2, h3, h4, h5, h6,.content .post .date li', { fontFamily: 'MankSans-Medium', hover: true });
    });
     
  2. 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.
     

Share This Page