Remove Videos

Discussion in 'Woodpecker WordPress Business Theme' started by crystal0811, Mar 11, 2014.

Thread Status:
Not open for further replies.
  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  2. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'm in the process of changing themes for the winery. I had to switch back to the original cloriato theme. I hope you can still help me make changes to the woodpecker pro theme.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    To remove video section completely from the home page,
    you can paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .vidimg-wrapper {
    display: none;
    }
     
    This will remove video section completely from the home page.

    or

    You can display images in place of video in that section,
    For this go to the Appearance > Theme Options > Videobox panel of your dashboard and
    upload the images from the ImageBox section.
    This will display your images in place of video section on the home page.
     
  4. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    It didn't work.
     
  5. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Never mind. It works now. Not sure what the delay was. Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page