Remove slider headings and paragraphs and embellishments to leave only the image in the slider

Discussion in 'ColorWay WordPress Theme' started by osutton, Jul 30, 2014.

  1. osutton

    osutton New Member

    Joined:
    Nov 19, 2012
    Messages:
    3
    Likes Received:
    0
    Hello how do I remove all the slider headings, paragraphs, descriptions and embellishments to leave only the image in each slider on my home page?
    I have colorway pro wordpress theme.
    Thanks.
     
  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-content.entry.fl {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page