Remove the "Customers Testimonial" and "Video Information" on the homepage

Discussion in 'Themia WordPress Theme' started by tdstartupto2015, Feb 15, 2015.

  1. tdstartupto2015

    tdstartupto2015 New Member

    Joined:
    Feb 11, 2015
    Messages:
    5
    Likes Received:
    0
    How can I remove the "Customers Testimonial" and "Video Information" on the homepage of my Themia theme?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello tdstartupto2015,

    To remove "Customers Testimonial" and "Video Information"
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .testimonial_bg {
      display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page