Easy Elements Hider
Easy Elements Hider allows you to hide elements on your website easily without editing style.css file. It's user-friendly, and you have to add o …
The facts
- Active installs
- 100+
- Price
- Free
- Last updated
- 12 Feb 2022
- Added
- Apr 2020
- Requires WP
- 3.0.1
- Tested up to
- WP 5.9.16
- Downloads
- 2,247
Our analysis
AI-assistedEasy Elements Hider is a WordPress plugin that allows you to hide various elements on your website without needing to edit the style.css file. You simply add the CSS class or ID of the element you want to hide in the settings section, and the plugin uses the 'display: none' CSS property to conceal the specified elements.
This plugin is suitable for users who want to manage the visibility of elements on their site's frontend, such as headers, paragraphs, images, and lists. It is designed to be user-friendly, making it accessible even for those with limited technical knowledge.
Best for: This plugin is best for website owners looking to customize the visibility of elements on their WordPress site.
What it does well
- ✓Hides multiple types of elements including headers, paragraphs, and images
- ✓User-friendly interface for adding CSS classes or IDs
- ✓No need to edit style.css file
Where it falls short
- •Limited to frontend elements in the free version
- •No published rating available
- •Directory score indicates potential quality concerns
Verdict
Easy Elements Hider provides a straightforward solution for hiding website elements, but its limitations in the free version may restrict more advanced users.
From the developer
CWD Web Designer's own description of Easy Elements Hider, lightly tidied.
Easy Elements Hider allows you to hide elements on your website easily without editing style.css file. It’s user-friendly, and you have to add only the CSS class or id in the settings section. The plugin will take care of the rest and hide that element. You can hide any section or element (headers, a, img, div, li, p, span, ul, ol and li or any HTML code) using this plugin.
Lite Version Features – Works Only With Website Frontend Elements
You can hide any of the elements below.
1. Hide Header Elements – h1, h2, h3, h4, h5, h6
2. Hide Paragraph Elements – p
3. Hide Horizontal Rulerhr
4. Hide links – a (anchors)
5. Hide lists – ul (unordered list) and – ol (ordered list) and – li (list element)
6. Hide the images – img
7. Hide dividers – div
8. Hide span – span
Pro Version Features – Works With Website Frontend and Backend Admin Dashboard Elements
Get the Pro Version Here – Easy Elements Hider Pro
1. All above in lite version possible in the pro version of Easy Elements Hider.
2. Additionally, the admin or developer can hide any admin menu items using this plugin.
3. Also, you can use this plugin to hide any part in the admin section on your website.
4. You do not need to use heavy plugins. You can hide whatever you need using the pro version of the Easy Elements Hider.
5. Pro version is the perfect solution for the developers because they can hide all the elements they do not want other users (admin or any user) to see.
How this works
It’s straightforward. We use “display: none”, CSS display property with this plugin.
How To Use
First, you need to find the CSS class or CSS ID of the particular element you need to hide. Once type or id found, then use that class or id with the HTML element. Please refer a few examples below.
Example 1 – With CSS ID
Refer Screenshot Slide #4
Example 2 With CSS Class
Refer Screenshot Slide #5
Once you added the CSS class or id in the element’s box, you can save it. That all !!! Your element should be hidden now.