Skip to content

Commit

Permalink
very small fixes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorojas committed Sep 19, 2017
1 parent 56975a6 commit e8d4898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions assets/css/customizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ li#accordion-panel-coletivo_typo > .accordion-section-title
.list-repeatable .widget-top:after {
clear: both; display: block; content: " ";
}

.list-repeatable .explained .widget-title-action .widget-action::after{
content: "\f142";
.list-repeatable .explained .widget-title-action .widget-action:after{
font-family: 'FontAwesome'; content: "\f0d8";
}
.list-repeatable .widget .widget-inside{
display: none;
Expand Down
2 changes: 1 addition & 1 deletion inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function coletivo_custom_inline_style( ) {
} // END $menu_hover_bg

/**
* Reponsive Mobie button color
* Reponsive Mobile button color
*/
$menu_button_color = get_theme_mod( 'coletivo_menu_toggle_button_color' );
if ( $menu_button_color ) {
Expand Down
3 changes: 2 additions & 1 deletion section-parts/section-social.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
$coletivo_social_footer_title = get_theme_mod('coletivo_social_footer_title', esc_html__('Keep Updated', 'coletivo'));
$coletivo_social_disable = get_theme_mod('coletivo_social_disable') == 1 ? true : false;
$coletivo_footer_info_bg = get_theme_mod('coletivo_footer_info_bg');
$coletivo_social_disable = get_theme_mod('coletivo_social_disable') == 1 ? true : false;
if ( coletivo_is_selective_refresh() ) {
$disable = false;
}?>
Expand Down

0 comments on commit e8d4898

Please sign in to comment.