I am currently working on a website made by someone else with Wordpress and I have to add some webpages in it. I have already done all the functional parts in PHP and now I have to do the design part. For it, I want to use Bootstrap but when I linked bootstrap in the header that already exist some parts of the website change too.
I think they have some class and id names in common so I want to know if there is any method where I can use Bootstrap only for my webpages. To summary, I include the header and footer that already exist and I want to use Bootstrap on the body, is this possible?