Skip to content

Commit

Permalink
minor CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Apr 17, 2019
1 parent aa9c519 commit c29b2e6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions includes-child/output.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* BeaverTron Inline CSS
* Beavertron Inline CSS
*
* This file adds the required CSS to the front end of BeaverTron theme.
* This file adds the required CSS to the front end of Beavertron theme.
*
* @package beavertron
* @author @_neilgee
Expand Down
2 changes: 1 addition & 1 deletion includes/post-top-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

echo '<span class="fl-comments-popup-link">';
// comments_popup_link('0 <i class="fa fa-comment"></i>', '1 <i class="fa fa-comment"></i>', '% <i class="fa fa-comment"></i>');
// comments_popup_link('0 <i class="fas fa-comment"></i>', '1 <i class="fas fa-comment"></i>', '% <i class="fas fa-comment"></i>');
// Add some comment wording and remove FA icon above
comments_popup_link('Leave A Comment', 'Leave A Comment', '% Comments');
echo '</span>';
Expand Down
4 changes: 2 additions & 2 deletions plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
18 changes: 13 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ textarea:focus {

/* Gravity Forms */
.gform_wrapper label.gfield_label {
font-weight: 400;
font-weight: 400 !important;
font-size: inherit;
}

Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c29b2e6

Please sign in to comment.