How to remove...

Discussion in 'Poloray WordPress Theme' started by drennoa, Jan 6, 2014.

  1. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Hi,

    How can we remove the feature descriptions and the read more button? Just need the title.

    Thank you for your time and expertise. Remove.PNG
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

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

Share This Page