• I’m working on https://www.ampmdoorservice.com. If you look at the footer under “Door Repair Service Areas”, I want to have each State to be ORANGE so that it stands out but I cannot get it to work.

    I added this to my stylesheet

    .boldlink a
    {
    	color: #ff9600;
    	text-decoration: none;
    }
    
    .boldlink a:hover
    {
    	color: #ff9600;
    	text-decoration: none;
    }
    .boldlink a:active
    {
    	color: #ff9600;
    	text-decoration: none;
    }

    My HTML is

    <a title="Arizona" href="https://ampmdoorservice.com/arizona-commercial-door-repair-service/" class="boldlink">Arizona</a></span>

    What am I missing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter youthman

    (@youthman)

    I found out I can change the background color but the text color itself is not changing.

    a.boldlink:link {color: #ff9600; background-color: white; font-weight: bold;}

    i was about to reply, but after a reload to check, you seem to have solved it ??

    Thread Starter youthman

    (@youthman)

    I’m not seeing it. I’m viewing it in Firefox.

    Thread Starter youthman

    (@youthman)

    Seems like IE and Chrome are rendering it correctly but Firefox is not. Is it just my cache? Can you check in Firfox to see if it shows correctly for you?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different Colored Links’ is closed to new replies.