Remove Video Wrapper not working

Discussion in 'Woodpecker WordPress Business Theme' started by jjelinek, Jun 21, 2014.

  1. jjelinek

    jjelinek New Member

    Joined:
    Feb 1, 2014
    Messages:
    13
    Likes Received:
    1
    I read in a previous thread about removing the videos from the front page. I tried using this code:


    Code:
    .vidimg-wrapper {
    display: none;
    }
    
    I saved it under styling options/custom css and the video placeholders still appear. What could be going wrong?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .vidimg-container{
    display:none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page