Home › Forums › Pro Support › Is Specific WPSP CSS Applied Sitewide? › Reply To: Is Specific WPSP CSS Applied Sitewide?
October 16, 2019 at 11:13 am
#11500
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 🙂