Its hard to understand the problem (This is a story - not Q )
Read more about this issue (If this don’t solve your problem add more details - maybe screenshot with the result you want)
- Specificity in CSS
- Specifics on CSS Specificity | CSS-Tricks - CSS-Tricks
- Specificity - CSS: Cascading Style Sheets | MDN
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