Remove title boxes on front slideshow

Discussion in 'ColorWay WordPress Theme' started by castledesign, Nov 23, 2012.

  1. castledesign

    castledesign New Member

    Joined:
    Nov 22, 2012
    Messages:
    4
    Likes Received:
    0
    I dont want any title or captions on the front page slideshow. How can i remove the boxes?
    If i leave the boxes black in the back end it still shows a small box on the image...

    Thank you!!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide .slide-content.entry {
    display: none;
    }
     
  3. stotman

    stotman New Member

    Joined:
    Oct 19, 2012
    Messages:
    1
    Likes Received:
    0
    Is it possible to remove it for certain slides? This is probably a php issue. Maybe a display none if header and description box is empty.
     

Share This Page