Disable First Slider Heading & Description

Discussion in 'Photomaker WordPress Theme' started by cx93, May 19, 2014.

  1. cx93

    cx93 New Member

    Joined:
    Apr 2, 2012
    Messages:
    3
    Likes Received:
    0
    I would like to disable the text heading and description on the first slider.

    How can I do this?

    thanks.
     
  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:
    #content1 h1 {
    display: none;
    }
    #content1 p {
    display: none;
    } 
    This will solve your issue.
     

Share This Page