Hide Slider Descriptions on Infoway

Discussion in 'Infoway WordPress Theme' started by frederickads, Jul 1, 2014.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Hi, I would like to hide the slider descriptions on Infoway. Can this be done?

    Thanks in advance.

    Kenny
     
  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:
    .showcase-thumbnail-content p {
    display: none;
    } 
    This will solve your issue.
     

Share This Page