Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375037

    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

    #375342

    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

    #376450

    great, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘entry-info-wrap’ is closed to new replies.