Remove featured video section from the homepage

Discussion in 'VideoCraft WordPress Theme' started by sharmasanthosh, Jan 26, 2016.

  1. sharmasanthosh

    sharmasanthosh New Member

    Joined:
    Jan 9, 2016
    Messages:
    17
    Likes Received:
    0
    Hi

    When I open the website, the featured video (the eye video) along with the recommed+popular+recent is displayed.

    How to remove this section completely? I don't want this at all.

    featured.jpg

    Example , in my website http://tmvideos.org/ , I don't want
    Dananjaya - H 2014 and recommed+popular+recent
    to be completely removed.

    I want only categories to be displayed.

    Thanks
    Santhosh
     
  2. priya

    priya Guest

    Hello Santhosh,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .video_wrapper.front {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page