Entering CSS - difference between two places to enter

I’m using Integrity, where I see 2 places to enter CSS. What is the difference between (1) “Additional CSS” tab below Site Identity, Homepage Settings, etc, versus (2) within the Theme Options on the CSS button above the JS button?

Thanks!

Hey Catherine,

Both methods will add inline CSS to your site. The difference however is Additional CSS comes with WordPress out of the box so your CSS will be outputted regardless of what theme and plugins you use.

Theme Options > CSS comes from X and it will only be used when X or X child theme is active. It also has higher priority. This means that it will override what you put in Additional CSS.

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.