To check bootstrap version in Liferay DXP, follow the following steps:
- Open the browser’s developer console (usually by pressing
F12
or right-clicking on the page and selecting “Inspect” or “Inspect Element”). - Insert the following line into the console input:
$.fn.tooltip.Constructor.VERSION;
- Hit return and observe the output. The exact Bootstrap version applied to your current Liferay DXP instance will be displayed.