Remove Slider text box

Discussion in 'Andrina WordPress Theme' started by andrearally, Jan 13, 2013.

  1. andrearally

    andrearally New Member

    Joined:
    Jun 26, 2012
    Messages:
    2
    Likes Received:
    0
    Hello what I should do due to remove text box in the slider area?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slides .caption {
    display: none;
    }
     

Share This Page