Top Feature Heading

Discussion in 'Poloray WordPress Theme' started by lrickma, Mar 19, 2014.

  1. lrickma

    lrickma New Member

    Joined:
    Jul 17, 2013
    Messages:
    3
    Likes Received:
    0
    Trying to Underline portions of the following in the Top Feature Heading like so...

    Organized. Consistent. Detailed.

    How can we do this?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    //Cufon replacement
    Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3',{hover: true})('h4',{hover: true})('h5',{hover: true})('h6',{hover: true})('.contentbtn')('.content_info')('.readmore',{hover: true})('.submit',{hover: true});
     
     

    Now, go to

    Appearance > Theme Option > Home Page Feature Settings > First Feature Heading
    and add the code given below

    Code:
     <u class=underline>O</u>rganized
    Use same process for others also.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page