Remove Heading and Description from Sliders

Discussion in 'ColorWay WordPress Theme' started by dylsmith, May 8, 2015.

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

    dylsmith New Member

    Joined:
    Feb 17, 2012
    Messages:
    5
    Likes Received:
    0
    I would like to remove the background color for the headings and descriptions on all slide in the home page slider. Using the Colorway theme here: http://50.87.248.180/~simsbur4/

    As you can see, there are no words, but the background is still there and it looks pretty bad. Any help would be greatly appreciated.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please 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 !important;
    }
    Thanks,
    Praveen
     
  3. dylsmith

    dylsmith New Member

    Joined:
    Feb 17, 2012
    Messages:
    5
    Likes Received:
    0
    Perfect, thanks.
     
Thread Status:
Not open for further replies.

Share This Page