Feature Column

Discussion in 'BlackBird WordPress Theme' started by jolifeboat, Dec 5, 2013.

  1. jolifeboat

    jolifeboat New Member

    Joined:
    Nov 14, 2013
    Messages:
    6
    Likes Received:
    0
    Hello-
    A few questions:

    - Is it possible to remove the text of the feature column so that there is only the circle, the header and the read more button?

    - Is it possible to remove the black box on the right hand side of the slider?

    Thank you
     
  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:
    .feature-content-inner p {
    display: none;
    }
    .flex-caption {
    display: none;
    }
    
     

Share This Page