made the read more link in the frontPage view file bold and changed the text to ...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 Aug 2016 19:44:41 +0000 (15:44 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 Aug 2016 19:44:41 +0000 (15:44 -0400)
views/frontPage.php

index bddf074..3f26fca 100644 (file)
@@ -12,7 +12,7 @@ echo '<div class="hubspot-container">'
             . '</a>'
         . '</div>'
         . '<div class="hubspot-blog-content">'. $content . '</div>'
-        . '<a href="' .$url .'"> Read More </a>'
+        . '<a style="font-weight: bold;" href="' .$url .'"> More </a>'
   . '</div>';
         ?>