• Hi guys,

    thank you for your great coding. The Plugin works perfectly and has all the features needed.

    One small question:
    Is there maybe the possibilty to change the blue color of the “Notify me” button? Could not find the code in css files.

    Thanks for your time and great work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi dalia12345,

    Thank you for using our plugin,

    Please follow these steps to change “Notify Me” button Color:

    Step 1: Open Plugins directory in wordpress go to easy coming soon plugin
    folder->template

    Step 2: Open coming_soon_display.php file in any editor and find these code on line no.114
    ‘<button id=”notify” class=”btn btn-primary” name=”notify” onClick=”checkvalidation()”>’

    Step 3: Change Class name in above code from like that options
    “btn”
    “btn btn-info”
    “btn btn-success”
    “btn btn-warning”
    “btn btn-danger”
    “btn btn-inverse”

    Choose any option and replace class name class=”btn btn-primary”

    Button Colors Check snap here

    Thanks,
    Deepesh Paliwal

    Thread Starter dalia12345

    (@dalia12345)

    Done. ;*)) Thanks.

    To save you or others some time:

    Step 4: Change the background color accordingly

    <form id=”subscribe” class=”form-signin” action=”#” method=”post” style=” width:80%;background:#2a6888; border:0px groove #333333;padding: 6px 5px 7px 5px; “>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘simply the best’ is closed to new replies.