Skip to content

Commit

Permalink
update css to use .banner-title
Browse files Browse the repository at this point in the history
Simplified class name change in engine 1.3.0.
Only really affects grid entry titles and woo product titles in banner area.
  • Loading branch information
Mike Hemberger committed Jun 20, 2018
1 parent 5af7095 commit 155f550
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Empty file modified README.txt
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Child theme (Do not remove!).
define( 'CHILD_THEME_NAME', 'Mai Lifestyle Pro' );
define( 'CHILD_THEME_URL', 'https://maitheme.com/' );
define( 'CHILD_THEME_VERSION', '1.1.0' );
define( 'CHILD_THEME_VERSION', '1.1.1' );
define( 'MAI_THEME_SP', true );

// Support the Mai Theme Engine (Do not remove!).
Expand Down
6 changes: 2 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Description: Mai Lifestyle Pro is a custom child theme for The Genesis Framework.
* Author: Mike Hemberger, BizBudding Inc
* Author URI: https://bizbudding.com/
* Version: 1.1.0
* Version: 1.1.1
*
* Template: genesis
*
Expand Down Expand Up @@ -56,9 +56,7 @@ h6,
font-weight: 200;
}

.banner-area .archive-title,
.banner-area .author-box-title,
.banner-area .entry-title,
.banner-area .banner-title,
.heading,
h1 {
font-family: 'Playfair Display', serif;
Expand Down

0 comments on commit 155f550

Please sign in to comment.