Removing Slider Description

Discussion in 'ColorWay WordPress Theme' started by presotto, Mar 2, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    Hello I would like to remove the slider description entirely from the colorway theme. All I want to show is the slider image.

    thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .slide .slide-content.entry {
    display: none;
    }
     

Share This Page