Slider Text Box

Discussion in 'ColorWay WordPress Theme' started by floridaspirit, Mar 28, 2013.

  1. floridaspirit

    floridaspirit New Member

    Joined:
    Mar 26, 2013
    Messages:
    1
    Likes Received:
    0
    Hello,

    How can you hide the text box overlay on the homepage slider? I will not be adding any text to this area and do not want the text box to show over my images.

    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;
    }
     

Share This Page