Removing Slide1 Heading box

Discussion in 'ColorWay WordPress Theme' started by ruizmillo, Feb 26, 2014.

  1. ruizmillo

    ruizmillo New Member

    Joined:
    Oct 10, 2012
    Messages:
    8
    Likes Received:
    0
    Hi all;

    how i can remove the transparent box, and the characters of the heading in just first slider?

    Other sliders I wanna keep it as default.

    Thanks
     
  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:
    .slide-1 .slide-content.entry {
    display: none;
    } 
    This will solve your issue.
     

Share This Page