remove video

Discussion in 'Nutrition WordPress Theme' started by waynew, Sep 30, 2013.

  1. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
    How can i remove (or change) the video that is on the home page, 2nd right column?

    Thanks
     
  2. Piyush

    Piyush Support Staff

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

    Go to the Appearance > Theme Options > Homepage Two Cols panel in your dashboard and
    paste the youtube iframe code of video in the Right Column Description section.

    For the reference see the link given below.
    http://screencast.com/t/8JZppzZn8

    This will solve your issue.
     
  3. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
    Thanks but how do i delete the video that's there if i want no video?
    There is no code to delete in the 'right column description'
     
  4. 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:
    .index_feature .side_widgits_wrapper .side_widgits {
    display: none;
    }
     

Share This Page