• islamjaidul

    (@islamjaidul)


    Hello Sir,

    Thank You Sir that you give us to use this template, I am really pleased. Sir I want to add a extra css file in this template, but i cannot add this. I want to use bootstrap because i want to create a registration form through the bootstrap . I install a plugin (file manager) but i cannot write program for forward . Even javascript is not running. I put the css in the header file but it’s not working . So could you please tell me what is the solution for making it workable.

    Thank You.
    Sadi

Viewing 1 replies (of 1 total)
  • Hi,

    Please use following code for add CSS file

    // Load the theme stylesheets
    function theme_styles()
    {
      wp_enqueue_style( 'bootstrap-theme-stylesheet', get_template_directory_uri().'/css/bootstrap.css', false);
    
    }
    add_action('wp_enqueue_scripts', 'theme_styles');

    Best,
    Gunjan

Viewing 1 replies (of 1 total)
  • The topic ‘Want to add more css file in this template’ is closed to new replies.