Support » Themes and Templates » change link color

Viewing 2 replies - 1 through 2 (of 2 total)
  • The editor.css file is only used for the WYSIWYG editor and not for the site in general.

    I looks like you have an error in style.css. The block you’ll be interested in looks like this:

    a {
        text-decoration:none;

    Make sure to include a closing } and make your changes like so:

    a {
        text-decoration:underline;
        color:[pick your color here];
    }

    Thread Starter tgst

    (@tgst)

    Thanks! Unfortenately it didn’t change the link color…
    What did you mean by an error in in style.cs?

    I have taken over this page from another designer, so don’t have it from scratch..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change link color’ is closed to new replies.