Comments jörg started the conversationJuly 28, 2014 at 1:59pmHello,I know that I have to edit/sections/portfolio_item_full_screen.phpfor the info button that appears on portfolio pictures (see website). I want it to be gone completeley as I do not need it for that website.Please tell me what needs to be removed/added/changed inside the code?ThanksChris repliedJuly 28, 2014 at 6:55pmTry this in your custom css.info-slide {display: none;visibility:hidden;}jörg repliedJuly 28, 2014 at 7:08pmThanks! :) Sign in to reply ...
Hello,
I know that I have to edit
/sections/portfolio_item_full_screen.php
for the info button that appears on portfolio pictures (see website). I want it to be gone completeley as I do not need it for that website.
Please tell me what needs to be removed/added/changed inside the code?
Thanks
Try this in your custom css
.info-slide {
display: none;
visibility:hidden;}
Thanks! :)