NEED HELP - Different color buttons/hover in Landing Page
Hello everyone,
We use different colored sections on our landing pages and I'd love to have the option of displaying buttons in different colors. Can I say have a black button with a blue hover in one section and a white button with a black hover on another?
We can currently toggle the BG and hover color of a single button, but cannot affect subsequent buttons.
Here is what our styling code looks like:
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en"> <!--<![endif]-->
<!--------------------------------
Header color = #0d0c0d
Footer color = #0d0c0d
Section color = #ebedee
Button Banner color = #0099cc
Button Banner Hover color = #0099cc
::selection = #0099cc
a: #ffffff
hover: #000000
Logo link = https://www.keanewzealand.com/
Privacy Policy link = https://www.keanewzealand.com/privacy-policy/
Terms link = https://www.keanewzealand.com/terms-and-conditions/
Contact link = https://www.keanewzealand.com/
Footer link color = 555555
Footer link hover color = 555555
Footer text color = 555555
Kea New Zealand
----------------------------------->
<head>
<meta charset="utf-8">
<title>Landing Page</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta property="og:image" content="${previewImg}">
<meta property="og:type" content="website">
<link rel="icon" type="image/x-icon" href="http://portals.keanewzealand.com/rs/836-JGU-553/images/favicon.ico">
<link rel="icon" type="image/png" href="http://portals.keanewzealand.com/rs/836-JGU-553/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="http://portals.keanewzealand.com/rs/836-JGU-553/images/favicon-16x16.png" sizes="16x16" />
<!-- Marketo Variable Definitions -->
<meta class="mktoString" id="logoLink" mktoName="Logo Link" default="https://www.keanewzealand.com/">
<meta class="mktoString" id="previewImg" mktoName="Page Preview Image" default="http://portals.keanewzealand.com/rs/836-JGU-553/images/bannerBG.jpg">
<meta class="mktoColor" id="headerBgColor" mktoName="Header BG Color" default="#0d0c0d">
<meta class="mktoString" id="bannerBackgroundImg" mktoName="Banner BG Image" default="http://portals.keanewzealand.com/rs/836-JGU-553/images/bannerBG.jpg">
<meta class="mktoColor" id="bannerBgColor" mktoName="Banner BG Color" default="#ffffff">
<meta class="mktoColor" id="section1BgColor" mktoName="Section 1 BG Color" default="#ffffff">
<meta class="mktoString" id="section1ButtonLabel" mktoName="Section 1 Button Label" default="READ MORE">
<meta class="mktoColor" id="section1ButtonBgColor" mktoName="Section 1 Button Color" default="#0099cc">
<meta class="mktoColor" id="section1ButtonBgHoverColor" mktoName="Section 1 Button Hover Color" default="#0099cc">
<meta class="mktoString" id="section1ButtonLink" mktoName="Section 1 Button Link" default="#">
<meta class="mktoColor" id="section2BgColor" mktoName="Section 2 BG Color" default="#EBEDEE">
<meta class="mktoColor" id="section3BgColor" mktoName="Section 3 BG Color" default="#3d3d3d">
<meta class="mktoColor" id="section4BgColor" mktoName="Section 4 BG Color" default="#ffffff">
<meta class="mktoColor" id="section4ButtonBgColor" mktoName="Section 4 Button Color" default="#0099cc">
<meta class="mktoString" id="section4ButtonLabel" mktoName="Section 4 Button Label" default="READ MORE">
<meta class="mktoColor" id="section4ButtonBgHoverColor" mktoName="Section 4 Button Hover Color" default="#0099cc">
<meta class="mktoString" id="section4ButtonLink" mktoName="Section 4 Button Link" default="#">
<meta class="mktoColor" id="section5BgColor" mktoName="Section 5 BG Color" default="#ffffff">
<meta class="mktoString" id="section4VideoLink" mktoName="Section 5 Video URL" default="https://www.youtube.com/embed/seS2lp7WFbU">
<meta class="mktoColor" id="section6BgColor" mktoName="Section 6 BG Color" default="#ffffff">
<meta class="mktoColor" id="section6ButtonBgColor" mktoName="Section 6 Button Color" default="#0099cc">
<meta class="mktoString" id="section6ButtonLabel" mktoName="Section 6 Button Label" default="READ MORE">
<meta class="mktoColor" id="section6ButtonBgHoverColor" mktoName="Section 6 Button Hover Color" default="#0099cc">
<meta class="mktoString" id="section6ButtonLink" mktoName="Section 6 Button Link" default="#">
<meta class="mktoColor" id="section7BgColor" mktoName="Section 7 BG Color" default="#ffffff">
<meta class="mktoColor" id="section8BgColor" mktoName="Section 8 BG Color" default="#ffffff">
<meta class="mktoColor" id="section9BgColor" mktoName="Section 9 BG Color" default="#ffffff">
<meta class="mktoColor" id="section10BgColor" mktoName="Section 10 BG Color" default="#ffffff">
<meta class="mktoColor" id="section11BgColor" mktoName="Section 11 BG Color" default="#ffffff">
<meta class="mktoColor" id="section12BgColor" mktoName="Section 11 BG Color" default="#ffffff">
<meta class="mktoColor" id="partnersABgColor" mktoName="Partners A BG Color" default="#ffffff">
<meta class="mktoColor" id="partnersBBgColor" mktoName="Partners B BG Color" default="#EBEDEE">
<meta class="mktoColor" id="footerBgColor" mktoName="Footer BG Color" default="#0d0c0d">
<meta class="mktoBoolean" id="showHero" mktoName="Show Hero?" default="true" false_value="none" true_value="block" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showHeader" mktoName="Show Header Section?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showBanner" mktoName="Show Banner Section?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection1" mktoName="Show Section 1?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection1Button" mktoName="Show Section 1 Button?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection2" mktoName="Show Section 2?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection3" mktoName="Show Section 3?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection4" mktoName="Show Section 4?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection4Button" mktoName="Show Section 4 Button?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection5" mktoName="Show Section 5?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection6" mktoName="Show Section 6?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection6Button" mktoName="Show Section 6 Button?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection7" mktoName="Show Section 7?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection8" mktoName="Show Section 8?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection9" mktoName="Show Section 9?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection10" mktoName="Show Section 10?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection11" mktoName="Show Section 11?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection12" mktoName="Show Section 12?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showSection12Form" mktoName="Show Form?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showPartnersA" mktoName="Show Partners A?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showPartnersB" mktoName="Show Partners B?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<meta class="mktoBoolean" id="showFooter" mktoName="Show Footer Section?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Libs CSS -->
<link href="http://portals.keanewzealand.com/rs/836-JGU-553/images/bootstrap.css" rel="stylesheet">
<!-- Template CSS -->
<link href="http://portals.keanewzealand.com/rs/836-JGU-553/images/style-mkto.css" rel="stylesheet">
<!-- Google Fonts --> <link href="https://nation.marketo.com//fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,300" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="//na-sjh.marketo.com/rs/514-OSY-890/images/html5shiv.js"></script>
<script src="//na-sjh.marketo.com/rs/514-OSY-890/images/respond.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<![endif]-->
<style>
/*LITTLE GIANT STYLING*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
* {margin: 0;padding: 0px;font-family: 'Helvetica', sans-serif;}
body {background: #fff;margin: 0;color: #5a5a5a;}
h1, h2, h3, h4, h5, h6 {font-family: 'Helvetica', sans-serif;font-weight: 400;}
p {padding: 0;margin-bottom: 12px;font-family: 'Helvetica', sans-serif;font-weight: 300;font-size: 16px;line-height: 26px;color: #666;margin-top: 10px;}
html,body {height: 100%;}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter, .aligncenter img {margin-left: auto;margin-right: auto;display: block;clear: both;}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.mr {margin-right: 15px;}
.clear {clear: both;display: block;font-size: 0;height: 0;line-height: 0;width:100%;}
::-moz-selection {color: #fff;text-shadow:none;background:#2B2E31;}
::selection {color: #fff;text-shadow:none;background:#2B2E31;}
*,*:after,*:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;margin: 0;}
a {padding: 0;margin: 0;text-decoration: none;-webkit-transition: background-color .4s linear, color .4s linear;-moz-transition: background-color .4s linear, color .4s linear;-o-transition: background-color .4s linear, color .4s linear;-ms-transition: background-color .4s linear, color .4s linear;transition: background-color .4s linear, color .4s linear;color: #1abc9c;}
a:hover,a:focus {text-decoration: none;color:#696E74;}
.nopadding {padding: 0px !important;margin: 0px;}
/* FORM CONFIGURATION */
input {font-size: 16px;min-height: 40px;border-radius: 2px;line-height: 20px;padding: 8px 30px 9px;border: 1px solid #b9b9af;margin-bottom: 10px;background-color: #fff;-webkit-transition: background-color 0.2s;transition: background-color 0.2s;}
.subscribe-input {float: left;width: 65%;text-align: left;margin-right: 2px;}
.subscribe-submit {right: 0;}
.btn-subscribe {background: #0099cc;color: white;border-radius: 50px;margin-left: 15px;font-size: 11px;letter-spacing: 1px;text-transform: uppercase;padding: 11px 28px 10px 28px;}
/* Buttons Configuration */
.btn-conf {border-radius: 50px;margin-right: 15px;font-size: 11px;letter-spacing: 1px;text-transform: uppercase;padding: 11px 28px 10px 28px;}
.btn-theme {background: #0099cc;color: white}
/* Bootstrap Modification */
hr {border: 1px solid #5a5a5a;width: 70px;}
/* HEADER CONFIGURATION - CREATED BY CODROPS */
.large-header {position: relative;width: 100%;background: #333;overflow: hidden;background-size: cover;background-position: center center;z-index: 1;}
.main-title {margin: 0;padding: 0;color: #B7B3B3;text-align: center;}
.main-tagline {margin-top: 10px;padding: 0;color: #f3f3f3;text-align: center;font-size: 18px;}
.demo-1 .main-title {text-transform: uppercase;font-size: 42px;letter-spacing: 4px;}
.main-title .thin {font-weight: 100;}
@media only screen and (max-width : 768px) {
.demo-1 .main-title { font-size: 30px;}
}
/* BLACK SECTION */
#blk {padding-bottom: 80px;padding-top: 80px;}
#blk2{padding-bottom: 80px;padding-top: 80px;}
#blk h5 {color: #B7B3B3;letter-spacing: 1px;text-transform: uppercase;}
#blk hr {border: 1px solid #B7B3B3;width: 100px;}
#blk2 h5 {color: #B7B3B3;letter-spacing: 1px;text-transform: uppercase;}
#blk2 hr {border: 1px solid #B7B3B3;width: 100px;}
/* Grey Section */
#grey {padding-bottom: 80px;padding-top: 80px;}
.icon {font-size: 40px;}
#grey h5 {letter-spacing: 1px;text-transform: uppercase;}
/* News Section */
.news .container {width: 100%}
.section-bg-color {background-color: #fff;height: 100%;padding-top: 40px;padding-bottom: 80px;}
.section-bg-color h3, .section-bg-color h1, .section-bg-color p {margin-left: 25px;margin-right: 25px}
.section-bg-color h3 {font-weight: 300;}
.section-bg-color h1 {font-weight: 900;text-transform: uppercase;}
.section-bg-color hr{border-bottom: 1px solid #e5e6ec;border-top: transparent;width: 100%;}
.section-bg-color hr.blog {border: 2px solid #5a5a5a;width: 70px;margin-left: 25px;}
nm {font-size: 12px;color: #939399;font-weight: 400;}
/*PORTFOLIO SECTION*/
#portfolio {position: relative;padding-bottom: 0;display: block;width: 100%;}
.cbp-item-wrapper {background: #1D1D25;}
.cbp-item-wrapper a img {display: block;width: 100%;height: auto;opacity: 0.4;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.cbp-item-wrapper a:hover img {opacity: 0.8;}.cbp-l-caption-title {color: #fff;font: 400 16px/18px sans-serif;letter-spacing: 1px;margin-bottom: 5px;}
@media (min-width: 1580px) {
.cbp-l-grid-fullScreen .cbp-item { /* @editable properties */ min-width: 400px; max-height: 600px;}
}
/* FEATURED SECTION */
#featured {padding-bottom: 10; color: #b9b9b9;text-align: center;}
#featured .overlay {padding-bottom: 0;background: none repeat scroll 0 0 rgba(40, 40, 40, 0.9);padding-top: 100px;width: 100%;height: 100%;}
#featured h5 {color: #B7B3B3;letter-spacing: 1px;text-transform: uppercase;}
#featured p {color: #b9b9b9;}
#featured hr {border: 1px solid #B7B3B3;width: 100px;}
.hero{padding:80px 0;}
.section1{display: ${showSection1};}
.section2{display: ${showSection2};}
.section3{display: ${showSection3};}
.section4{display: ${showSection4};}
.section5{display: ${showSection5};}
.section6{display: ${showSection6};}
.section7{display: ${showSection7};}
.section8{display: ${showSection8};}
.section9{display: ${showSection9};}
.section10{display: ${showSection10};}
.section11{display: ${showSection11};}
.section12{display: ${showSection12};}
.partnersA{display: ${showPartnersA};}
.partnersB{display: ${showPartnersB};}
.footer{background: ${footerBgColor};/*padding-bottom: 80px;padding-top: 80px;*/display: ${showFooter};}
#footerForm{max-width:350px;width:100% !important;margin:0 auto;}
#mktoEditorPlaceholder .mktoPlaceholder .mktoVerticalWrap{line-height:20px;}
/* ==========================================================================DO NOT EDIT - UNLESS YOU KNOW WHAT YOUR DOING========================================================================== */
#headerSection {background-color: ${headerBgColor};}
#banner {background-color: ${bannerBgColor} !important;background-image: url(${bannerBackgroundImg}) !important;}
#section1 {background-color: ${section1BgColor};}
#section2 {background-color: ${section2BgColor};}
#section3 {background-color: ${section3BgColor};}
#section4 {background-color: ${section4BgColor};}
#section5 {background-color: ${section5BgColor};}
#section6 {background-color: ${section6BgColor};}
#section7 {background-color: ${section7BgColor};}
#section8 {background-color: ${section8BgColor};}
#section9 {background-color: ${section9BgColor};}
#section10 {background-color: ${section10BgColor};}
#section11 {background-color: ${section11BgColor};}
#section12 {background-color: ${section12BgColor};}
#partnersA {background-color: ${partnersABgColor};}
#partnersB {background-color: ${partnersBBgColor};}
#footerSection {background-color: ${footerBgColor};padding:25px 0px 15px 0px;}
/* ==========================================================================Basic Styling ========================================================================== */
body { width: 100%; min-height: 100%; font-family: 'Droid Sans', sans-serif; font-size: 15px; font-weight: normal; line-height: 1.5; color: #585858; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
h1, h2, h3, h4, h5, h6 { font-weight: 400; font-family:'Montserrat', sans-serif, "Tahoma", Helvetica, Arial,sans-serif; color: #585858; transition: all .50s ease-in-out; -moz-transition: all .50s ease-in-out; -webkit-transition: all .50s ease-in-out;}
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 20px;}
h1 {font-size: 44px;}
h2 {font-weight: 700; margin-bottom: 20px; }
h3 {font-size: 26px; font-weight: 700; color: #585858;}
h4 {font-size: 20px; font-weight: 700; color: #585858;}
p { margin-bottom: 20px; line-height: 24px;}
a {-webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; color: #ffffff;}
a:hover, a:focus { text-decoration: none; color: #000000; outline: none; }
ul {list-style-type: circle;}
::-moz-selection { text-shadow: none; background: #0099cc; color: #FFF;}
::selection { text-shadow: none; background: #0099cc; color: #FFF; }
.btn {-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 0; padding: 15px 35px; font-weight: bold;}
.btn:hover, .btn:focus { background-color:#0099cc; color: #FFF;}
.btn-lg{width: 250px; height 86px!important; font-size: 20px}
.btn-transparent {background-color: ${section1ButtonBgColor}!important; color: #ffffff; }
.btn-transparent:hover {background-color: ${section1ButtonBgHoverColor}!important; color: #ffffff; }
.btn-transparent {background-color: ${section4ButtonBgColor}}
.btn-transparent:hover {background-color: ${section4ButtonBgHoverColor}}
.btn-transparent {background-color: ${section6ButtonBgColor}}
.btn-transparent:hover {background-color: ${section6ButtonBgHoverColor}}
.img-responsive img {display: block; width: 100% \9; max-width: 100%; height: auto;}
.kc-steps{margin-top:0;margin-bottom:0;}
.footer p, {color: #555555; margin-bottom: 10px;}
.footer a {color: #555555; margin-bottom: 10px;}
.footer a:hover {color: #555555;}
.footer-links {text-align:right;}
.formStyle {margin:0 auto; width:50%;}
.sr-only {position: absolute;width: 1px;height: 1px; margin: -1px;padding: 0;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
/* ==========================================================================
FORM 2.0 -- Simple Form STYLES ONLY
========================================================================== */ .mktoForm .mktoButtonWrap.mktoGlow .mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
color: #fff;
border: none !important;
box-shadow: none !important;
padding:12px 14px !important;
font-size: 1em;
background: #0099cc;
background-color: #0099cc !important;
background-image: none !important;
background-image: none !important;
background-image: none !important;
background-image: none !important;
text-transform: none !important;
/* background: -webkit-gradient(linear, 0 0, 0 bottom, from(#962D9E), to(#64038D)) !important;
background: -webkit-linear-gradient(#962D9E, #64038D) !important;
background: -moz-linear-gradient(#962D9E, #64038D) !important;
background: -ms-linear-gradient(#962D9E, #64038D) !important;
background: -o-linear-gradient(#962D9E, #64038D) !important;
background: linear-gradient(#962D9E, #64038D) !important;
-pie-background: linear-gradient(#962D9E, #64038D) !important;
*/
} .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover, mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
border: none !important;
background: #0099cc!important; }
</style>
<link href="http://portals.keanewzealand.com/rs/836-JGU-553/images/main.css" rel="stylesheet"> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="//templates.marketo.net/template19/js/ie10-viewport-bug-workaround.js"></script> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
</head>
<body data-spy="scroll" data-target=".navigation">
As far as I can tell, the !important; color: #ffffff; } script on lines 297 and 298 is what allows me to effectively customize a button's color and hover color.
However, when I try add the script to subsequent buttons, all I achieve is making the last button I added the script to the only one that is customisable.
Is there an error or are we missing code somewhere?
Any help would be much appreciated.
Thanks very much
Nick