Hi,
For the heading to link to the portfolio item page, you would need to edit this file:
flexform\includes\page-builder\composer\lib\shortcodes\portfolio.php
On line 214, you would need to change this:
$link_config = 'href="'.$thumb_img_url.'" class="view"';
into this:
$link_config = 'href="'.$permalink.'" class="link-to-post"';
Note that this is a theme file edit, meaning you would need to redo it each time after you update the theme.
Regards,
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Cosmin – Support