Four Column Feature Descriptions

Discussion in 'Traffica WordPress Theme' started by instyle, Oct 24, 2013.

  1. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
    I would like to remove the DESCRIPTIONS on the Four Column Feature Descriptions. I would like to keep the image and heading with link. I then want to remove the empty space between this and the bottom feature.

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_inner_box p {
    display: none;
    }
    This will solve your issue.
     

Share This Page