How to remove video part and replace by Blog

Discussion in 'Andrina WordPress Theme' started by ppinard, Dec 8, 2012.

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

    ppinard New Member

    Joined:
    Dec 7, 2012
    Messages:
    3
    Likes Received:
    0
    I'd like to remove the video part on front page and let the Blog take fullwitdh page.
    Is it possible to do it ? I already type lines below in Custom CSS Styling option :

    .bottom-feature .bottom-feature-left h1 {display:none;}
    .bottom-feature .bottom-feature-right h1 {display:none;}
    .footer {display: none;}
     
  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;
    }
    .bottom-feature .bottom-feature-left{
    width:900px;
    }
     
  3. ppinard

    ppinard New Member

    Joined:
    Dec 7, 2012
    Messages:
    3
    Likes Received:
    0
    Thanks it works well !
     
Thread Status:
Not open for further replies.

Share This Page