Title: Bootstrap overwrite the theme
Last modified: May 9, 2017

---

# Bootstrap overwrite the theme

 *  Resolved [oritzio](https://wordpress.org/support/users/oritzio/)
 * (@oritzio)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bootstrap-overwrite-the-theme/)
 * How can I disable the bootstrap CSS?
    This plugin overwrite my theme style.css
   and it takes the font of the bootstrap instead font of my theme, you should make
   the bootstrap CSS load before the style.css of the theme, right?
 * or if you have another idea how can I fix it?
 * [https://wordpress.org/plugins/wp-custom-register-login/](https://wordpress.org/plugins/wp-custom-register-login/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Neelkanth Kaushik](https://wordpress.org/support/users/myselfneelkanth/)
 * (@myselfneelkanth)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bootstrap-overwrite-the-theme/#post-7517444)
 * Hi,
 * Using WP Custom Register Login is very simple.
    After installing and activating
   the plugin following the below
 * => Steps for creating a login or register page.
 *  1. Create a page from admin dashboard.
    2. Then add the following shortcodes[
   wpcrl_login_form] or [wpcrl_register_form] 3. Publish/Update the page.
 * => Steps for using in theme files:
 *  1. Use the shortcode using do_shortcode() wherever you want to show your login
   or registration form.
 * For example : <?php echo do_shortcode(“[wpcrl_login_form]”); ?>
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Bootstrap overwrite the theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-custom-register-login_c973de.svg)
 * [WP Custom Register Login](https://wordpress.org/plugins/wp-custom-register-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-register-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-register-login/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-register-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-register-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-register-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Neelkanth Kaushik](https://wordpress.org/support/users/myselfneelkanth/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/bootstrap-overwrite-the-theme/#post-7517444)
 * Status: resolved