In case you've missed it, you are looking at an older version of the website. Checkout our latest version, we promise you will love it 😍

unset_bootstrap

void unset_bootstrap()
Quick Description: Unset the bootstrap CSS from loading. This can be used at bootstrap V3 theme and bootstrap V4 theme. Use this function in case you have a custom build of bootstrap at your website and you don't want to use the default one
Available for version >= 1.5.2

Unset the bootstrap CSS from loading. This can be used at bootstrap V3 theme and bootstrap V4 theme. Use this function in case you have a custom build of bootstrap at your website and you don't want to use the default one. There is also a big amount of themes at https://bootswatch.com/

A quick example of how to use it is by simply add the below line of code:

$crud->unset_bootstrap();