From 23aeb2d0a18c3d715a3a25ba1b9724b5a6b70e0c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Aug 2017 09:41:49 -0400 Subject: [PATCH] removing img from the events feed for the events widget replacing img tag with an anchor and css styles for the interior events widget view all events button --- parts/event-feed.php | 2 +- sections/front-page.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/event-feed.php b/parts/event-feed.php index 9ed5568..425d81a 100644 --- a/parts/event-feed.php +++ b/parts/event-feed.php @@ -26,6 +26,6 @@ switch($GLOBALS['entity_page_slug']){ - View all events + View All Events diff --git a/sections/front-page.php b/sections/front-page.php index b976ea7..c6696a2 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -18,7 +18,7 @@

Upcoming Events

- view all events + View All Events
-- 2.17.1