[Plugin: WP-CodeBox] CSS conflicts with many themes’ CSS
-
WP-Codebox uses some CSS elements that are widely used by many themes. This makes installation a bit of a pain since it will overwrite your CSS settings.
So far, I found that the following conflicts with my theme:
body { … }
a { … }
a:hover { … }
.left { … }
.right { … }You definitely should not overwrite the theme’s body, a, and a:hover, but .left and .right is not as bad to define in codebox.css.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: WP-CodeBox] CSS conflicts with many themes’ CSS’ is closed to new replies.