• Hello, I am really bad with CSS. I need help, I want to change the links on the right sidebar to be #FF0000, but I cant seem to get it working with css.

    style.css

Viewing 5 replies - 1 through 5 (of 5 total)
  • Site url?

    Thread Starter nld2756

    (@nld2756)

    superfoodacai.net

    Edit style.css and change:

    #sidebar a {
    color:#333333;
    text-decoration:none;
    }

    to

    #sidebar a {
    color:#f00;
    text-decoration:none;
    }
    Thread Starter nld2756

    (@nld2756)

    thank you for the fast reply, but that isn’t working.

    Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

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