Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

Salesforce is injecting commmon.css stylesheets into my pages, causing a conflict with some Bootstrap.css templates I'm using. Is there any way to block the common.css from being injected into my pages? I haven't manually included it anywhere and it's a headache.

Many thanks-

1 Answer

0 votes
by (32.1k points)

Did you try the standardStylesheets attribute of the Page component?

<apex:page standardStylesheets="false" />

Browse Categories

...