Remove video to front-page.php in Recent Post Section?

Discussion in 'Andrina WordPress Theme' started by ancrking, Dec 3, 2012.

  1. ancrking

    ancrking New Member

    Joined:
    Nov 30, 2012
    Messages:
    4
    Likes Received:
    0
    Good afternoon,

    How I can I remove this option to show a video on the Recent Post Section in the Adrinia Theme?

    www.stgregorychurchri.com

    Thanks,

    Steve
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .bottom-feature .bottom-feature-right {
    display: none;
    }
     

Share This Page