• The plugin is undoubtedly a great solution for checking the availability of domains. But it makes me disappointed while I didn’t find any option to customize the interface. The default interface is not as same as it’s shown. That one is the basic interface.

    I tried to customize myself with CSS. But I didn’t. I don’t know what’s wrong with this plugin. I’m requested to add the option of interface customization or add documentation of editing the interface properly.

    Thanks to the devs for developing such a useful plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author WP24

    (@wp24dotorg)

    What customizations do you want to make? Do you want to add CSS to different elements?
    You could access them like this:

    .wp24-dc input[type=text] {
    	color: #000000;
    	background-color: #ff0000;
    }
    .wp24-dc select {
    	color: #000000;
    	background-color: #ff0000;
    }
    .wp24-dc input[type=submit] {
    	color: #000000;
    	background-color: #ff0000;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Unable to customize interface’ is closed to new replies.