Suggestion - Use "selector" only when needed in Custom CSS, not forced #1086
Labels
product/pro
Indicates if the referenced component is part of the Elementor Pro plugin.
request/enhancement
Indicates an Enhancement Request for an existing feature.
Currently when using the Pro Custom CSS feature we are restricted to css for that element and child selectors only. We can't apply hierarchical rules such as "body.is-special .some-elementor-selector a" For example, adding custom css to a text element like so:
results in:
However we can already do this using "selector" to achieve the same result:
So why not remove the forced inclusion and allow us full freedom to write our own rules, media queries, @font rules and most importantly body class selectors so we can truly refine our designs without leaving the designer?
This way if we have full control without sacrificing the simplicity of using custom because we still have the dynamic "selector" variable.
Yes we can do this with tools outside Elementor, but that's not what we want. =)
The text was updated successfully, but these errors were encountered: