CSS not working in google chrome
-
My site is displaying correctly in firefox and safari but not in google chrome. Before I dedicate a crazy amount of hours to this I want to ask if it’s a common problem or something I’ve screwed up somewhere. The site is: https://strongerwithjeng.com – an example is that the top navigation button tab things are gray in chrome instead of green (as they are in firefox and safari). Yes, the hover green is working, just not the active link green.
nav#site-navigation {
color: #1e8239;
}
nav#site-navigation a {
color: #1e8239;
}
nav#site-navigation a:link {
color: #1e8239;
}
nav#site-navigation a:hover {
color: #35e865;
}
*YES, this is a child theme
**googled backticks and not sure how to make them.
- The topic ‘CSS not working in google chrome’ is closed to new replies.