No nest selector button

Its hard to understand the problem (This is a story - not Q :slight_smile: )

Read more about this issue (If this don’t solve your problem add more details - maybe screenshot with the result you want)

On Webflow you create nesting only from rich-text block (To style all P inside “.parent” to be with red color) - if this is what you mean.

Example:

output:

.parent p {
    color: red;
}

Now if I create div with .parent class - any p inside will be red (If you don’t add any other more specific styles). On webflow - this trick not so usefull for “regular” (not rich-text) elements -

Try to use combo classes