- 90
Ok. I'll keep posting here. Sorry for the confusion. I was trying to keep it organized between the bugs I was telling you about and questions. The link above fixes IE8 issues.
The following fixed my issue for the two areas but I need the css change for the GO TO CART button in the popup window after you add something to your cart. It still does not change to white on hover.
You can search for the following css styles and make sure they are present and not overridden with any custom code:
.mini-shopping-cart input[type="button"]:hover {
border: 2px solid #e87772;
background: #fff;
color: #e87772;
}
in 980.css file
and the following .product-grid .quick-view-button a:hover {
background-position: left -21px;
border: 2px solid #e87772;
background-color: #fff;
color: #e87772;
}
in Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Allure\Content\QuickView.css file.
The following fixed my issue for the two areas but I need the css change for the GO TO CART button in the popup window after you add something to your cart. It still does not change to white on hover.
You can search for the following css styles and make sure they are present and not overridden with any custom code:
.mini-shopping-cart input[type="button"]:hover {
border: 2px solid #e87772;
background: #fff;
color: #e87772;
}
in 980.css file
and the following .product-grid .quick-view-button a:hover {
background-position: left -21px;
border: 2px solid #e87772;
background-color: #fff;
color: #e87772;
}
in Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Allure\Content\QuickView.css file.