diff --git a/css/executive.css b/css/executive.css index 6983ff1..992105f 100644 --- a/css/executive.css +++ b/css/executive.css @@ -10410,6 +10410,12 @@ h2 { #page-business-home .widget_widget_sp_image .widget_sp_image-description a:hover { text-decoration: underline; } +#page-business-home .widget_rss img { + width: auto !important; +} +#page-business-home .widget_rss h3 .rsswidget.external .glyphicon { + display: none; +} .ie8 #page-business-home .widget_sp_image-description { background-color: black; @@ -11286,7 +11292,7 @@ h2 { margin-bottom: 20px !important; } #footers #mega-footer .widget h3.widget-title { - font-size: 24px !important; + font-size: 20px !important; color: white !important; margin-bottom: 20px !important; } @@ -11918,6 +11924,9 @@ h1.entry-title { #page-blank .widget:nth-child(1).widget_metaslider_widget { margin-top: -1.5em; } +#page-blank .entry-content { + margin-top: 0px; +} body.home h3.widget-title { font-size: 24px !important; diff --git a/sass/executive.scss b/sass/executive.scss index 8907fe9..3aebe29 100644 --- a/sass/executive.scss +++ b/sass/executive.scss @@ -324,6 +324,18 @@ $lightgrey: rgba($lightgrey_hex, $transparency); } } } + .widget_rss { + img { + width:auto !important; + } + h3 { + .rsswidget.external { + .glyphicon { + display:none; + } + } + } + } } .ie8 #page-business-home .widget_sp_image-description { @@ -902,7 +914,7 @@ $widget-head-padding:20px 20px 0; } } h3.widget-title { - font-size:24px !important; + font-size:20px !important; color:white !important; margin-bottom:20px !important; } @@ -1656,6 +1668,10 @@ padding:8px 12px 4px margin-top:-1.5em; } } + + .entry-content { + margin-top:0px; + } } body.home {