
Announcements
I have developed a custom website using Bootstrap 5. While I try to implement the same in Power portals, I am facing the issue with classes overriding since Power portals use Bootstrap 3. Is there any way to update Bootstrap in Power portals or convert the existing Bootstrap version to another?
Hi @Anonymous,
Unfortunately there's no way to update Power Pages to Bootstrap 5 and it's still running on 3.3. There have been requests to the product team to upgrade this but there is nothing on the roadmap at present.
You could try downgrading your Bootstrap from 5 to 3.3 with
npm install bootstrap@3.4 --save
using the Power Apps Portals CLI but there are significant differences between 5 and 3 and it will likely result in a disaster on your site. I've never had to do this before so I can guarantee it would work either.
Personally, I'd suggest building your Pages site on 3.4 as it'll be quicker than trying to find workarounds to convert it 🙂
Warm regards,
Kristine Kolodziejski
Microsoft MVP