Jump to content

top bar


Recommended Posts

There is a background color for the top bar, and also a background color for the links. They are currently coded to have the same color.

You will want to code for:

.top-bar { background: #333333; }
.top-bar-section .left { background-color: #333; }
.top-bar-section ul li { background: #333333; }
.top-bar-section li:not(.has-form) a:not(.button) { background: #333333; }

Put these rules in cubecart.default.css, adjusting for the desired color.

Then, you will need to force your browser to reload the page's resources. This is usually done vis CTRL-F5.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...