Remove the opacity box from the homepage slider?

Discussion in 'ColorWay WordPress Theme' started by kenneth, Apr 25, 2013.

  1. kenneth

    kenneth New Member

    Joined:
    Apr 22, 2013
    Messages:
    1
    Likes Received:
    0
    I would just like to remove the opacity box from my Home page slider, I just want the slider to be images. How do I edit the CSS to remove the opacity box?
     
  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:
    .slide .slide-content.entry {
    display: none;
    }
     

Share This Page