Hi! How do I remove the generic video under "Video Information", which is set on the home page of Themia Pro? Thanks. Vicky
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial_wrapper .video { display: none; }
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
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.