lorem ipsum keeps apearing in slider text area

Discussion in 'Andrina WordPress Theme' started by mika00, Apr 9, 2013.

  1. mika00

    mika00 New Member

    Joined:
    Apr 8, 2013
    Messages:
    5
    Likes Received:
    0
    im only using the heading text in each of the sliders pics and no entry in the description area, and on one of the slides in the description area on the website, lorem ipsum is appearing. how do I remove that?
     
  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 p {
    display: none;
    }
     

Share This Page