Description
Custom Design for HTML Tags
Simple plugin allow to creating custom design for Checkbox and Radio buttons HTML tags on you site. Plugins Support: WooCommerce, Contact Form 7.
You can also generate code (CSS, JS) and copy it to your theme.
Features
Change design for Checkbox:
- Text Offset;
- Width, Height;
- Offset Top, Offset Left;
- Border (Width, Radius, Color);
- Checkbox Flag (Width, Height, Border Radius, Color);
Change design for Radio Button:
- Text Offset;
- Width, Height;
- Offset Top, Offset Left;
- Border (Width, Radius, Color);
- Radio Button Flag (Width, Height, Border Radius, Color);
Perfect HTML for the plugin to work:
<!--some code -->
<label>
<input type="checkbox" name="test-checkbox"> Test Checkbox
</label>
<label>
<input type="radio" name="colors"> Red
</label>
<label>
<input type="radio" name="colors"> Green
</label>
<label>
<input type="radio" name="colors"> Blue
</label>
<!--some code -->
Installation
Installation
- Upload
ddzap-custom-html-tags.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings the plugin:
– you can click ‘Settings’ under plugin name through the ‘Plugins’ menu in WordPress
– you can go to Appereance > Custom HTML Tags
FAQ
- Can I use this plugin with WPForms?
-
Yes, plugin was tested with WPForms version 1.5.8
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Custom Design for HTML Tags” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Custom Design for HTML Tags” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Create plugin