Slider Header

Discussion in 'ColorWay WordPress Theme' started by kazzford, Apr 18, 2014.

Thread Status:
Not open for further replies.
  1. kazzford

    kazzford New Member

    Joined:
    Dec 31, 2013
    Messages:
    6
    Likes Received:
    0
    Hi ... this is all so new to me and I have lots of questions but my first question is how do I remove the header from the slider, I just want plain pictures in there.

    Thank you.
     
  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 .slide-content.entry {
    display: none;
    }
     
    This will solve your issue.
     
  3. kazzford

    kazzford New Member

    Joined:
    Dec 31, 2013
    Messages:
    6
    Likes Received:
    0
    Thank you ...
     
Thread Status:
Not open for further replies.

Share This Page