From: Anthony Talarico Date: Wed, 21 Aug 2019 16:40:27 +0000 (-0400) Subject: changing the owl carousel to use metaslider on the front page X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c7ed33c7d14f49c5b2308e8837466178d17763c1;p=WP-Themes%2Fbaymills.git changing the owl carousel to use metaslider on the front page --- diff --git a/style.css b/style.css index 2b93ad8..721d785 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: BayMillsNew Glm Theme URI: http://Baymillscasinos.com/ Description: The BayMills WordPress theme that graced version 1.0 to version 2.9, based on the famous BayMills. -Version: 1.0.3 +Version: 1.0.4 Author: BayMills Author URI: http://Baymillscasinos.com/ Text Domain: BayMills diff --git a/template_home.php b/template_home.php index 7915c25..394c069 100644 --- a/template_home.php +++ b/template_home.php @@ -6,24 +6,29 @@ get_header(); the_post(); ?>
- - + .nivo-caption{ + position: absolute; + bottom: 50% !important; + left: 50px !important; + transform: translateY( 50%); + text-align: left; + font-family: 'Raleway' !important; + background: rgba(0,0,0,.85) !important; + width: auto !important; + pointer-events: none; + } + .nivo-caption h1 { + font-size: 45px; + } + .nivo-caption p{ + font-size: 17px !important; + } + +