Jump to content

Hover buttons staying blue in Noodleman skins


Wes81

Recommended Posts

That would depend which skin you are using, and what specific button you are observing.

If it is Foundation, and any general button ("Add to Basket" for example), the blue color is Foundation's standard color, but can be overwritten.

You would create a CSS rule:

button, .button {
  background-color: red;
  border-color: darkred;
}
button:hover, button:focus,
.button:hover, .button:focus {
  background-color: orange;
}

Put this rule in the Foundation skin's file /css/cubecart.default.css.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...