remove feature column description

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

  1. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    Hi, I dont want to have anything in the feature column description, i tried to add this code to custom css as suggested in another thread but is not working, I have added a dot (.) in the meantime , on all descriptions. how come if the description boxes are left blank the ink themes text gets inserted? hope you can help

    .feature_inner_box p {
    display: none;
    }

    http://www.homebuyeroption.com/
     
  2. 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:
    .one_fourth p {
    display: none;
    }
     

Share This Page