• [Theme: Iquana]

    I am having trouble with a few things with my theme. http://nwsteelheaders.org/events/hall-of-fame/ First is I cannot get the link colors to act accordingly I want them to stay the same color regardless if they have been clicked, active or hover. I have changed the css but nothing has changed
    a:focus,
    a:hover,
    a:active,
    a:visited,
    {
    color: #1b8be0;
    text-decoration: underline;
    }

    Also my bullets are not showing up. Here is the CSS that I am using

    ul, ol {
    /* margin: 0 0 1.625em 2.5em;*/
    padding: 0;
    }
    ul {
    /*list-style: square;*/
    }

    What am I doing wrong?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘CSS help’ is closed to new replies.