Tagged: Portfolio
Hi guys, I’d like to remove the .entry-info-wrap for my portfolio entries. I only want to use the arrows without any text or images in my childtheme.
Any tipps how to do that without using CSS (i dont want to load it at all)
Thanks, Lars
Hey Vabel!
You can find that on line 384 in /enfold/functions-enfold.php.
$output .= " <span class='entry-info-wrap'>";
And on line 390.
$output .= " </span>";
Regards,
Elliott
great, thanks!