diff --git a/includes-child/output.php b/includes-child/output.php
index 930b4ad..49146b7 100644
--- a/includes-child/output.php
+++ b/includes-child/output.php
@@ -1,8 +1,8 @@
';
- // comments_popup_link('0 ', '1 ', '% ');
+ // comments_popup_link('0 ', '1 ', '% ');
// Add some comment wording and remove FA icon above
comments_popup_link('Leave A Comment', 'Leave A Comment', '% Comments');
echo '';
diff --git a/plugins.php b/plugins.php
index 803bb25..be0ed62 100644
--- a/plugins.php
+++ b/plugins.php
@@ -109,9 +109,9 @@ function gsm_register_required_plugins() {
array(
'name' => 'Gravity Forms', // The plugin name.
'slug' => 'gravityforms', // The plugin slug (typically the folder name).
- 'source' => get_theme_root() . '/lib/plugins/gravityforms_2.4.6.11.zip', // The plugin source.
+ 'source' => get_theme_root() . '/lib/plugins/gravityforms_2.4.8.5.zip', // The plugin source.
'required' => false, // If false, the plugin is only 'recommended' instead of required.
- 'version' => '2.4.6.11', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
+ 'version' => '2.4.8.5', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
'force_activation' => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch.
'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins.
'external_url' => '', // If set, overrides default API URL and points to an external URL.
diff --git a/style.css b/style.css
index 1b37bba..4cd7f8a 100644
--- a/style.css
+++ b/style.css
@@ -338,7 +338,7 @@ textarea:focus {
/* Gravity Forms */
.gform_wrapper label.gfield_label {
- font-weight: 400;
+ font-weight: 400 !important;
font-size: inherit;
}
@@ -434,7 +434,8 @@ textarea:focus {
a.more-link,
.fl-post-grid-content a.fl-post-grid-more,
a.fl-post-more-link,
-a.fl-post-feed-more {
+a.fl-post-feed-more,
+a.fl-post-slider-feed-more {
display:inline-block;
font-size:14px;
margin-top:10px;
@@ -454,7 +455,9 @@ a.fl-post-feed-more {
a.more-link:hover,
.fl-post-grid-content a.fl-post-grid-more:hover,
-a.fl-post-more-link:hover {
+a.fl-post-more-link:hover,
+a.fl-post-feed-more:hover,
+a.fl-post-slider-feed-more:hover {
opacity:.8;
color:#333333;
background-color:#999999;
@@ -538,8 +541,12 @@ a.fl-post-more-link:hover {
border: none;
}
+ .fl-page .fl-menu-mobile-toggle:hover {
+ border: none;
+ }
+
.fl-page .fl-menu-mobile-toggle:hover * {
- color: #fff;
+ color: #000;
background: transparent !important;
}
@@ -1036,7 +1043,8 @@ li.comment {
/* Lists Using a tick icon as an example
--------------------------------------------- */
-.fl-content .tick-list li {
+.fl-content .tick-list li,
+.fl-page .tick-list li {
list-style-type: none;
margin-bottom: 10px;
position: relative;