Customise the feature text heading

Discussion in 'ColorWay WordPress Theme' started by leelee, Dec 31, 2013.

  1. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    Hi how am I able to alter the way the feature text heading text looks, eg; spaces between lines, format text and add images?

    thanks

    Lee

    http://capitaloptions.com.au/
     
  2. Gourav

    Gourav Support Staff

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

    Firstly go to 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');    
    Then,

    For space and format text

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-info h1.title{
    line-height:45px;
    text-align:left!important;
    }
    Also check the link for reference

    http://www.w3schools.com/css/css_text.asp


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page