Removing the slider's heading, description, and its box entirely?

Discussion in 'ButterBelly WordPress Theme' started by kbarnold, Jan 19, 2014.

  1. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    How do you remove slider heading and description box from this theme so you see only the slider graphics?

    Thanks
     
  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
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    Thanks. That worked fine.
     

Share This Page