slider button color not hi-lighting correctly.
-
Hi, I’m re-posting this as I marked it solved before when it indeed wasn’t resolved. I don’t think people will look at my follow up when the question is marked “resolved”. sorry about that!
Hi. I noticed a problem with the hover color of the slider link button that I didn’t see before. I think it might have something to do with code I added to change the color of the 3 “go” link buttons on the bottom of the page. When you hover over the red “compare now” button on the home page the background turns half green. Can you possibly look at the custom css code (all code added to site) below and tell me if something can be corrected? the site is https://saveongolf.net
h1.entry-title{display: none}
header .featurette-divider {
display: none;
}
#view .pgr a { color: green; }.carousel-caption > .btn {
background-color: #C30606;
background-image: linear-gradient(to bottom, #E10707, #970505);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #FFFFFF;
}
.carousel-caption > .btn:hover {
background-color: #970505;
}
.navbar .nav > li > a {
font-size: 16px;
color: #777777;
font-weight:bold;
}.navbar .nav > li > a:first-letter {
font-size: 17px;
font-weight:bold;
}
.navbar-wrapper .navbar h2 {
color: #045F40;
float: right;
font-style: normal;
font-weight:bold;
line-height: 16px;
padding-right: 5px;
text-align: right;
}footer#footer {
background: none repeat scroll 0 0 #045F40 ;
border-top: 12px solid #E9EAEE;
color: #FAFAFA !important;
padding: 0;
}
.tc-header {
border-bottom: 10px solid #045F40;
}.btn-primary {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #057A53;
background-image: -moz-linear-gradient(top, #045F40, #045F40);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#045F40), to(#045F40));
background-image: -webkit-linear-gradient(top, #045F40, #045F40);
background-image: -o-linear-gradient(top, #045F40, #045F40);
background-image: linear-gradient(to bottom, #045F40, #045F40);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff9db668′ , endColorstr=’#ff045F40′ , GradientType=0);
border-color: #045F40 #045F40 #4b5a2b;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #045F40;
/* Darken IE7 buttons by default so they stand out more given they won’t have borders */filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-primary:hover {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #057A53;
background-image: -moz-linear-gradient(top, #057A53, #057A53);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#057A53), to(#057A53));
background-image: -webkit-linear-gradient(top, #057A53, #057A53);
background-image: -o-linear-gradient(top, #057A53, #057A53);
background-image: linear-gradient(to bottom, #057A53, #057A53);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff9db668′ , endColorstr=’#ff045F40′ , GradientType=0);
border-color: #057A53 #057A53 #4b5a2b;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #057A53;
/* Darken IE7 buttons by default so they stand out more given they won’t have borders */filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
- The topic ‘slider button color not hi-lighting correctly.’ is closed to new replies.