Removing send your message box

Discussion in 'Blackriders WordPress Theme' started by simey, Feb 13, 2015.

  1. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    Can you remove the "send your message box" on the front page sliders,

    So you see the full slider picture?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Simey !

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .caption {
    display: none;
    }
    Thanks,
    Praveen
     

Share This Page