Hi Basma,
You can try using position: absolute attribute and then position your close button pretty much wherever you want.
For example add another class after wph-modal–close so you end up with something like this:
<div class="wph-modal--close class-for-positioning"><a class="wph-icon custom-button" href="">Close</a></div>
And then position it like this:
.class-for-positioning {
position: absolute;
bottom: 0;
left: 0;
}
also i want to count the users who clicked “Close” button and who clicked the other call to action button which in my case called “Order Now” which will direct to another url.
I’m afraid that Hustle doesn’t have an option to count clicks on custom elements, you may need some custom development in order to accomplish this.
Cheers,
Predrag