Custom Design for HTML Tags

Custom Design for HTML Tags Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 560 downloads
Custom Design for HTML Tags Icon

Try plugin: Custom Design for HTML Tags

We'll create fresh WordPress site with Custom Design for HTML Tags installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About 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

0


0


0


0


0

updated: 4 years ago
since: 4 years ago

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 -->