diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index d373381..ecc9861 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-green.css b/css/hale2015-green.css index ad16e46..bcc7cb9 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index 054081f..cfe4c9b 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index ae09ac7..e9e92a6 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-red.css b/css/hale2015-red.css index b3b7fb4..d11b8ef 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 2e37d29..0b82598 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -633,4 +633,9 @@ Sidebar RCPT } +#mega-footer h3.widget-title { + font-size:20px!important +} + +