From: Anthony Talarico Date: Fri, 11 Nov 2016 18:03:02 +0000 (-0500) Subject: reducing font size for the metalider caption text in mobile view X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3eda3da73813347ec28f6de0d4f23aeebd1d86ea;p=WP-Themes%2Fglmthemes%2Funiversitycenter-theme.git reducing font size for the metalider caption text in mobile view --- diff --git a/css/app.css b/css/app.css index 62aa116..20df0e2 100644 --- a/css/app.css +++ b/css/app.css @@ -6720,7 +6720,7 @@ nav.top-bar { position: absolute; right: 0; width: 100%; - font-size: 26px; } } + font-size: 14px; } } #slideshow .nivo-controlNav { background-color: #007697; height: 80px; } diff --git a/scss/plugins/_metaSlider.scss b/scss/plugins/_metaSlider.scss index 00b4e79..be331b7 100644 --- a/scss/plugins/_metaSlider.scss +++ b/scss/plugins/_metaSlider.scss @@ -96,7 +96,7 @@ position: absolute; right: 0; width: 100%; - font-size: 26px; + font-size: 14px; } } .nivo-controlNav {