Great theme and appreciate the help. Over the top support.
The site url is http://www.leatherdaleinsurance.com
The page I would like to make some changes on is http://www.leatherdaleinsurance.com/contact
I can’t figure out how to make a list item email – [email protected] a mailto link
I also would like email I make in the staff section description a mailto link but can’t figure that out either.
I change the staff.php size to 500 the line said this
$output .= ‘<div class=”content”>’;
$output .= ‘<h5>’.esc_html(get_the_title()).'</h5>’;
$output .= ‘<span class=”position”>’.esc_attr($position).'</span>’;
$output .= ‘<p>’.codeless_text_limit(get_the_excerpt(), 500).'</p>’;
$output .= ‘</div>’;
I would like to have all the boxes the same size instead of moving with the description. I’m guessing I’m editing the wrong section.
Thank you for your help with the header navigation it worked perfect.