Remove slider content bar

Discussion in 'ButterBelly WordPress Theme' started by rochelleneill, May 23, 2014.

  1. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
    Hi ya,
    How can I remove the colour banner and content at the bottom of the slider

    Thanks in advance
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

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

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page