Child theme for "The Bootstrap": parent’s stylesheet loaded?
-
Hi Konstantin,
on a child theme for “The Bootstrap” folder, I have only 1 file:
style.css
and I was expecting that it could replace the stylesheet of the parent completely, so that the parent’s stylesheet is not loaded at all by WordPress.Looking at the browser source instead, I notice that both the files are loaded:
<link rel='stylesheet' id='the-bootstrap-css' href='https://xlskj5h/wp-content/themes/the-bootstrap/style.min.css?ver=0.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='the-bootstrap-child-css' href='https://xlskj5h/wp-content/themes/child-the-bootstrap/style.css?ver=3.4.1' type='text/css' media='all' />
Is it ok the double referencing to the “style.css” above? How could I reference to the child theme stylesheet, only?
Thank you
fb
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Child theme for "The Bootstrap": parent’s stylesheet loaded?’ is closed to new replies.