How can I target the individual tabs from Content Tabs so I can put an Elementor conditional on them? My objective is to allow a specific tab to show/hide based on the presence of content.
I can see the individual tab #IDs in the CSS, but wasn't sure how to target them through the Elementor interface. Elementor provides a "Selector" field under the conditionals but putting the target ID in there didn't seem to do the trick.
Good Day,
How can I target the individual tabs from Content Tabs so I can put an Elementor conditional on them? My objective is to allow a specific tab to show/hide based on the presence of content.
I can see the individual tab #IDs in the CSS, but wasn't sure how to target them through the Elementor interface. Elementor provides a "Selector" field under the conditionals but putting the target ID in there didn't seem to do the trick.
My thanks for any recommendations.
Best Regards,
- Paige
We dont have conditional functionality in our plugin unfortunately.
A way you could tackle this but would require custom coding is using the post tabs instead
and acf custom fields
then you could write a twig statement based on the meta fields population to show or hide a specific piece of content.