how to remove video box and featured punchline from homepage

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 27, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, How do I remove the video box and featured punchline area from the homepage? Please advise. Thanks, Sandra The website is primestrategyinc.com
     
  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-tagline-container, .vid-holder1.gallery {
        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