Lead Capture removal?

Discussion in 'Blackriders WordPress Theme' started by noudjeff, Jul 18, 2014.

  1. noudjeff

    noudjeff Guest

    Joined:
    Jun 16, 2014
    Messages:
    2
    Likes Received:
    0
    I love the layout of this theme.....however I would like to remove the lead capture portion. Is this possible?
     
  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:
    div.caption-wrapper {
    display: none;
    } 
    This will solve your issue.
     

Share This Page