This plugin overrides my theme’s basic CSS
-
Installing this plugin made it insert a bootstrap stylesheet into the header of my webpage that wreaks havoc with my actual theme (Frost, a Gutenberg theme), just overriding everything there.
[WordPress front page head]
<link rel="stylesheet" id="newsletters-bootstrap-css" href="/wp-content/plugins/newsletters-lite/views/assets/bootstrap-5.1.3-dist/css/bootstrap.min.css?ver=5.1.3" media="all">[bootstrap.min.css]
body {
font-family:var(--bs-body-font-family);
...
}What bizarre behavior! Is this plugin incompatible with modern themes and not being maintained anymore, or is something else going wrong in my case?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘This plugin overrides my theme’s basic CSS’ is closed to new replies.