Skip to content

Commit

Permalink
CSS Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Oct 24, 2019
1 parent 1dcb76c commit 43b8f6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions includes-child/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
function bt_register_theme_customizer( $wp_customize ) {

global $wp_customize;

/* *
* Adding in a Hover Control for Buttons to the 'fl-buttons' panel
* Also can be done with fl_theme_add_panel_data filter - see 2 examples in customizer-filtered.php
Expand Down Expand Up @@ -750,14 +750,14 @@ function bt_default_theme_preset( $mods ) {
'fl-heading-font-family' => 'system-ui',
'fl-h1-font-size' => '36',
'fl-h2-font-size' => '30',
'fl-h3-font-size' => '24',
'fl-h4-font-size' => '20',
'fl-h5-font-size' => '18',
'fl-h6-font-size' => '16',
'fl-h3-font-size' => '26',
'fl-h4-font-size' => '22',
'fl-h5-font-size' => '20',
'fl-h6-font-size' => '18',

'fl-body-text-color' => '#333333',
'fl-body-font-family' => 'system-ui',
'fl-body-font-weight' => '300',
'fl-body-font-weight' => '400',
'fl-body-font-size' => '18',
'fl-body-line-height' => '1.6',

Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ li.comment {
@media only screen and (max-width: 767px) {
/* Add into Module Class */
.fl-builder .split-list ul {
margin-bottom: 0;
margin-bottom: 20px;
margin-top: 0;
}

Expand Down Expand Up @@ -1120,6 +1120,9 @@ i.fa-phone{
display: inline-block;
font-size: 30px;
color: #333;
line-height: 0;
position: relative;
top: 10px;
}

/*
Expand Down

0 comments on commit 43b8f6f

Please sign in to comment.