How do I remove the Feature Column Headings?

Discussion in 'ColorWay WordPress Theme' started by surfdog, Jun 10, 2014.

  1. surfdog

    surfdog New Member

    Joined:
    Mar 19, 2012
    Messages:
    16
    Likes Received:
    0
    I either want to remove the Feature Column Headings and/or center, reduce the size and bold of the Feature Column Headings. Can you give me instruction/code on how to do both?

    Thank you! Screen Shot 2014-06-10 at 1.58.17 PM.png
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #content .one_fourth h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. surfdog

    surfdog New Member

    Joined:
    Mar 19, 2012
    Messages:
    16
    Likes Received:
    0
    OK - thanks, now what if i want to remove all togehter?
     
  4. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #content .one_fourth h3 {
    display: none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page