Style the Progressbar

The Progressbar style has CSS classes defined. You can customize it by adding these code to your Additional CSS section in the theme customizing: .twbs .progress { background-color: #f5f5f5; border-radius: 4px; } .twbs .progress-bar { background-color: #337ab7; } .twbs .progress-meter > .meter > .meter-text { color: rgb(160, 160, 160); } Read more…

Style the Purchase button

The Purchase button style has a button CSS class and is determined by your WP theme chosen. You can customize it by adding these code to your Additional CSS section in the theme customizing: .button.ethereum-ico-bottom-button-two { background-color: #ffd600; color: #ffffff; } .button.ethereum-ico-bottom-button-two:hover { background-color: #ffd6ff; color: #ffffff; }

Upgrade Free to PRO version

If you upgrade from free version to the PRO, just deactivate and delete the free plugin version, then install the PRO version. Do not worry about your settings, they would be preserved. When new plugin version is released, do not use the standard WordPress update. Download new PRO version from Read more…

Install and Configure

In this tutorial you will learn how to prepare your ICO website on WordPress and how to sell erc20 tokens for Initial Coin Offering (ICO) on the Ethereum blockchain. Step 1. Smart contracts – How to sell erc20 tokens First of all, you need to familiarize yourself with a concept Read more…