Jump to content

Change navigation bar colour


kurraglen

Recommended Posts

The Foundation skin uses the Foundation 5 System by Zurb. The Top Bar CSS rules are buried deep in the foundation.css file.

We recommend overriding these rules by adding custom rules in a separate file, cubecart.default.css.

Now, how to identify which rules to override? Your browser will have Developer Tools to help. (If you need help learning how to use Developer Tools in Firefox, let us know.)

Try adding this rule to cubecart.default.css:

.top-bar-section li a:hover {
	background-color: green !important;
}

Have CubeCart clear its internal cache.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...