OK, we know that Code works, but what about this:
Or is everything OK now?I did discover a third button state in the product nav......
Kind regards
Christine
Code: Select all
.btn-default:active {
background:#644306;
color:#fff !important;
}
.btn-default:visited {
background:#644306;
color:#fff !important;
}
Code: Select all
.btn-default:hover {
background:#f7b168;
color:#f3240f !important
}