Remove the heading text and white box in the slider

Discussion in 'RoadFighter WordPress Theme' started by johnwebtrends, Sep 27, 2013.

  1. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    I want to completely remove the heading text, body text and the white box in Roadfighter theme leaving only the slider picture -
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption {
    display: none;
    }
     

Share This Page