Jump to content

change colour of links in main text


Guest penguin77

Recommended Posts

Guest penguin77

Hi

I have been working on a Cubecart site (v3.0.20) using a custom skin. I want to change the colour of the links in the main body of the site but NOT change the colour of the Categories links

Here's a link to my site so far:

LINK REMOVED - problem solved!

I want the "please get in touch" link to be lighter blue rather than dark blue.

Would also like to change the colour of links on the footer.

I have some knowledge of CSS and HTML but somehow I cannot get my head around this.

Thanks in advance!

Penguin

Link to comment
Share on other sites

If you have something within a container, your css would be:

.classNameOfContainer element { style }

In your case, look in layout.css for .boxContent and after add a new CSS rule:

.boxContent a { style }

You might want to also do the pseudo elements as well: a:hover, a:active, etc.

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