Jump to content

Change footer link colors in Foundation Template


Recommended Posts

The SiteDoc links are a non-distinct color - that is, all links everywhere share this color.

If you are wanting to apply a distinct color to only the links in the footer, then in cubecart.default.css, add a rule:

footer a { color: chiffon; /* or whatever */ }
footer a:hover, footer a:focus { color: darkchiffon; /* or whatever */ }

 

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...