Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › replacing image with video › Reply To: replacing image with video
September 24, 2013 at 12:04 pm
#1796
livemesh
Keymaster
You can hide the images and then manage the content of the portfolio such that you insert the image or a video at the start of the content for the portfolio entries. Instead of modifying the php code, you can hide the image at the top of portfolio item by inserting the following CSS into Custom CSS panel or the custom/custom.css file –
.single-portfolio img.featured { display: none; }
Hope this helps.