Remove text on slidder

Discussion in 'Harrington- A WordPress Business Theme.' started by jezbellkid, Sep 26, 2014.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    Is there any way to remove the text that overlaps the slidder. I would just like the photos to rotate through the slide with no text appearing. http://thatlittleplacebythelights.ca/sample/
    I would like to remove the Read more text as well as the grey box it is in.
    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-caption-wrap {
    display: none;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page