remove videobox section

Discussion in 'Woodpecker WordPress Business Theme' started by reachops, Jun 26, 2015.

  1. reachops

    reachops New Member

    Joined:
    Sep 30, 2014
    Messages:
    16
    Likes Received:
    0
    Hello, how can I remove the videobox section from the home page...thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .vidimg-container {
      display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page