Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having this issue also, can this be removed? or hidden with CSS?

    You can change index.php around line 265 to the following:

    <?php if(isset($row->url) && $row->url!=='') echo '<a href="'esc_url($row->url)'" target="_blank">More Details</a>'; ?>

    or you can try this css:

    .team_profile_wrap a{ display:none; }

    This worked well for me, thanks!

    Lundalogik

    (@lundalogik)

    I also want to remove the link and the CSS doesn’t work. Any ideas without changing the existing php-files?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘View Details show even when no URL provided’ is closed to new replies.