How can I disable the video an the comments in the homepage?

Discussion in 'Dzonia WordPress Theme' started by isabelsaez85, May 23, 2013.

  1. isabelsaez85

    isabelsaez85 New Member

    Joined:
    Mar 12, 2013
    Messages:
    1
    Likes Received:
    0
    Hi dear,

    I would like to remove the last part of the homepage, video, comments and the logo that says communication. How can I do that?

    Many thanks,

    Isa.
     
  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:
    .featured_content .column-three.sub{
    display:none;
    }
     

Share This Page