replacing img tag with an anchor and css styles for the interior events widget view all
events button
<?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='$cat' limit=3]"); ?>
<?php ?>
<?php if($eventsPage):?>
- <a class="button" id="calendar-link" href="<?php echo get_permalink($eventsPage->ID);?>"><img alt="View all events" src="<?php bloginfo('template_url'); ?>/assets/view-all-events-button.png"></a>
+ <a class="button" id="calendar-link" href="<?php echo get_permalink($eventsPage->ID);?>">View All Events</a>
<?php endif;?>
</div>
<div id="calendar-feed" class="row columns">
<h2>Upcoming Events</h2>
<?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='4,5' limit=3]"); ?>
- <a class="button" href="#">view all events</a>
+ <a class="button" href="#">View All Events</a>
</div>
</div>
</div>