elementor / elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
https://elementor.com/
GNU General Public License v3.0
6.57k stars 1.41k forks source link

How to hide Single Product and Products Archive tabs from theme builder? #12909

Open webbbio opened 3 years ago

webbbio commented 3 years ago

Since I am using Crocoblocks and they overwrite Single Product and Products Archive templates, my clients find it very confusing when opening new Theme Builder. Normal admin css enque does not work. Wondering maybe there is another possibility or javascript snippet to hide these tabs?

hideele

webbbio commented 3 years ago

For example li.eps-menu-item:nth-last-child(2), li.eps-menu-item:nth-last-child(3) { display: none!important; } would work great, but no idea how to enque it.

webbbio commented 3 years ago

Maybe some guidance, like what files output the theme builder or how does it work or something, so I can change the plugin?