Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter w14r

    (@w14r)

    I give the answer to myself. The function.php file in my child folder looks like that:

    function foto_spektrum_scripts() {
    	//Enqueue bootstrap CSS
    	wp_enqueue_style( 'bootstrap_css', 'http://foto-spektrum.de/wp-content/themes/fabulous-fluid-child/bootstrap/bootstrap.css' );
    	wp_enqueue_style( 'master_css', 'http://foto-spektrum.de/wp-content/themes/fabulous-fluid/style.css' );
    	wp_enqueue_style( 'child_css', 'http://foto-spektrum.de/wp-content/themes/fabulous-fluid-child/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'foto_spektrum_scripts' );
    
    	?>
    Tikaram Bhandari

    (@tikarambhandari)

    @w14r : It looks like you have resolved your issues let me know if you have any more issues.

    Also, if you need speedy help using the theme or have any issues you can always get to us in the theme’s official support forums :

    https://catchthemes.com/support/

    Best Regards !!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to integrate bootstrap.css’ is closed to new replies.