Skip to content

Commit

Permalink
notes, css classes, attributes, dynamic attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 21, 2022
1 parent be56d3a commit 070d65b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion elementor_just_free.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Elementor - just free
* Plugin URI: https://www.migaweb.de/
* Description: Just show free stuff in Elementor
* Version: 1.1
* Version: 1.2
* Author: Michael Gangolf
* Author URI: https://www.migaweb.de/
**/
Expand Down
25 changes: 25 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,28 @@ a.elementor-plugins-gopro {
/* fiverr ad in site-settings */
display: none;
}

.elementor-panel-menu-item.elementor-panel-menu-item-notes {
/* "notes" menu entry */
display: none !important;
}


div[data-collapse_id="section_custom_css_pro"],
div[data-collapse_id="section_custom_css_pro"] + div,
.elementor-control-custom_css_pro,
.elementor-control-section_custom_css_pro {
/* custom css */
display: none;
}

.elementor-control-section_custom_attributes_pro {
/* attributes */
display: none;
}


.elementor-control-dynamic-switcher {
/* dynamic attributes */
display: none !important;
}

0 comments on commit 070d65b

Please sign in to comment.