-
Tammie Lister posted on the forum topic Admin bar blurred in Chrome and Firefox in the group Creating & Extending: 14 years ago
@opensourcelover: If that doesn’t work what is suggested by @pcwriter my suggestion would be to look at what is causing your JavaScript error on your page. Using firebug I can see you have one. The first port of call I’d suggest would to turn off all plugins and widgets. This could explain the difference in browsers or […]
-
pcwriter posted on the forum topic Admin bar blurred in Chrome and Firefox in the group Creating & Extending: 14 years ago
@opensourcelover My first thought is that it’s a text-shadow causing the blur effect. As the adminbar is called via the footer, try adding the following to your CSS:
div#footer {text-shadow:none;}
BTW, you really should create a child-theme rather than using bp-default, otherwise any changes you make to the default theme will be lost when you upgrade […]
@opensourcelover
Not recently active