I am having an odd problem. I have created a link with the class of contacter here -
(not editing the script on this computer right now so couldn't copy/paste) and I am unable to change the look of the a href.
The page is linked to 2 stylesheets. I have tried multiple variations (putting a p inside the a href, putting a inside a div, etc) yet this:
.contacter {
color: white;
}
effectively changes look of link in chrome. Problem is it does nothing in Safari. I think something weird is going on here. In the chrome debugger I found -
Which seems to be causing the problem but Ive looked everywhere and can't find this user agent stylesheet. How can I change the look of the link? Is the problem the inheritance? How can I fix it?
a
element. This would ensure overriding that. Although frankly, I've never encountered an issue like that before. – Traveling Tech Guy