Static Slider Remove Grey bar

Discussion in 'ColorWay WordPress Theme' started by jezbellkid, Sep 2, 2014.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I am not wanting a revolving slider so I have only uploaded one photo. However I dont really want to title the photo or have any text on it. Is there any way of removing the Grey horizontal box that appears on the bottom left of the photo?
    thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste following CSS in Custom CSS to remove that box.
    Code:
    .slide-content.entry.fl {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page