Poloray - Remove Feature Descriptions

Discussion in 'Poloray WordPress Theme' started by kristine1g, Sep 4, 2013.

Thread Status:
Not open for further replies.
  1. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi, I am a member and using the Poloray Theme. Under the 4 feature images, I would like to remove "feature description" NOT the headings. Also, once removed, I would like "Homepage Bottom Feature" moved up so there isn't a lot of white space between the 4 images with heading and the Homepage bottom feature.
    Thanks!
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

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

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Thank you Piyush! Worked like a charm...you can close this thread.
     
Thread Status:
Not open for further replies.

Share This Page