Removing Slider Heading, Description, and Box Entirely

Discussion in 'Infoway WordPress Theme' started by egillott, Jan 4, 2014.

  1. egillott

    egillott New Member

    Joined:
    Dec 20, 2013
    Messages:
    3
    Likes Received:
    0
    Hi!

    How do I remove the slider's heading, description, and its box entirely? At the moment, I would like to have only the photos.

    I've tried a series of the different codes you'd posted for other people, but none of them work. I've also tried the code to take away the heading & description, but the box remains.

    www.savesthedaysolutions.com

    Cheers!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .showcase-thumbnail-container {
    display: none;
    } 
    This will solve your issue.
     

Share This Page