Skip to content

Commit

Permalink
Merge pull request #263 from FameThemes/development
Browse files Browse the repository at this point in the history
Testimonials default color
  • Loading branch information
shrimp2t authored Nov 30, 2017
2 parents 9976f9d + 7e2b994 commit 94dce14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/sass/_structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@
}

.blog .site-content,
.tax-portfolio_cat .site-content,
.single-post .site-content {
margin-top: 0;
}
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CHANGELOG
* NEW: Hero rotating text and background color for layout 1.
* NEW: Add an option to disable default google theme in theme.
* NEW: Add page header cover.
* IMPROVED: Testimonials default color.
* IMPROVED: Latest bootstrap - v4.0.0-alpha.6.
* IMPROVED: Carousel and RTL.
* IMPROVED: Change Actions Required text to Recommended Actions.
Expand Down
4 changes: 2 additions & 2 deletions inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -581,12 +581,12 @@ function onepress_custom_inline_style( ) {
{
color: #<?php echo $primary; ?>;
}
input[type="reset"], input[type="submit"], input[type="submit"], .nav-links a:hover, .btn-theme-primary, .btn-theme-primary-outline:hover, .card-theme-primary,
input[type="reset"], input[type="submit"], input[type="submit"], .nav-links a:hover, .btn-theme-primary, .btn-theme-primary-outline:hover, .section-testimonials .card-theme-primary,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt
{
background: #<?php echo $primary; ?>;
}
.btn-theme-primary-outline, .btn-theme-primary-outline:hover, .pricing__item:hover, .card-theme-primary, .entry-content blockquote
.btn-theme-primary-outline, .btn-theme-primary-outline:hover, .pricing__item:hover, .section-testimonials .card-theme-primary, .entry-content blockquote
{
border-color : #<?php echo $primary; ?>;
}
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@ Footer widgets
}

.blog .site-content,
.tax-portfolio_cat .site-content,
.single-post .site-content {
margin-top: 0;
}
Expand Down

0 comments on commit 94dce14

Please sign in to comment.