File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -227,12 +227,14 @@ function multiloquent_stylesheet_method()
227
227
$ mods = get_theme_mods ();
228
228
if (! empty ($ mods ['bootswatch ' ]) && $ mods ['bootswatch ' ] != 'default ' ) {
229
229
wp_enqueue_style ('bootstrap-css ' , get_template_directory_uri () . '/bootstrap/css/ ' .esc_attr (get_theme_mod ('bootswatch ' )).'/bootstrap.min.css ' );
230
+ wp_enqueue_style ('style-css ' , get_stylesheet_uri ());
230
231
} else {
231
232
wp_enqueue_style ('bootstrap-css ' , get_template_directory_uri () . '/bootstrap/css/default/bootstrap.min.css ' );
233
+ wp_enqueue_style ('style-css ' , get_stylesheet_uri ());
232
234
// use my custom bootstrap overrides
233
235
wp_enqueue_style ('multiloquent-css ' , get_template_directory_uri () . '/bootstrap/css/default/style.css ' );
234
236
}
235
- wp_enqueue_style ( ' style-css ' , get_stylesheet_uri ());
237
+
236
238
wp_enqueue_style ('font-awesome-css ' , get_template_directory_uri () . '/font-awesome/css/font-awesome.min.css ' );
237
239
wp_enqueue_style ('print-css ' , get_template_directory_uri () . '/print.css ' );
238
240
}
You can’t perform that action at this time.
0 commit comments