We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Is Specific WPSP CSS Applied Sitewide? Reply To: Is Specific WPSP CSS Applied Sitewide?

#11500
Tom
Keymaster

Hi there,

If you use the ID in your CSS, it will only apply to that one list.

For example, every list has a parent section element, which has a unique ID like this: wpsp-123

123 is the ID of the list.

So your CSS would look like this:

#wpsp-123 h2 {

}

Let me know if you need more info 🙂