How do I remove video on home page?

Discussion in 'Themia WordPress Theme' started by chartershure, Nov 22, 2012.

  1. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    Hi! How do I remove the generic video under "Video Information", which is set on the home page of Themia Pro?
    Thanks.
    Vicky
     
  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:
    .testimonial_wrapper .video {
    display: none;
    }
     
  3. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    Brilliant. That's got rid of the video. But I'm still left with a heading "Video Information". Can I get rid of that too?
    Thanks so much for your help... really appreciate it. :)
    Vicky
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Theme Option > Home Page Settings > Testimonial Widget Heading

    and add paragraph tag there.

    for example

    Code:
    <p></p>
    This will solve your issue.
     
  5. chartershure

    chartershure New Member

    Joined:
    Nov 22, 2012
    Messages:
    10
    Likes Received:
    0
    BRILLIANT!! Sorted - thank you.
    Vicky
     

Share This Page