• How would I remove the “View Details” link (url) and keep it as a simple box and change “View Details” text for each box

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you post a link to the site?

    I think the best way of dealing with this would be to create a Child Theme, copy the file front-page.php into the child folder and then edit the new file in the child theme. Specifically edit the words “View Details” within the line <a href="<?php echo get_permalink($intropage->ID); ?>" class="btn <?php echo sensitive_get_theme_opts('button_style','btn-info'); ?> btn-block">View details</a>

    But remember, this must be done within the child theme! If you edit the original all your changes will be lost at the next update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "View Details" link’ is closed to new replies.