Themia Home Page

Discussion in 'Themia WordPress Theme' started by angmyma, Nov 1, 2013.

  1. angmyma

    angmyma New Member

    Joined:
    Jul 30, 2012
    Messages:
    18
    Likes Received:
    0
    Is there a way to remove the 3 featured sections and the customer testimonial and video sections of the home page?

    I want to have just the slideshow and a tag line under it and then the footer.

    Thanks!
     
  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:
    .feature_content {
    display: none;
    }
    .testimonial_bg {
    display: none;
    }
    
     

Share This Page