UI.X Dark

UI.X Dark 1.5.22.0

No permission to download
Still the same.

Take your time, no rush from me... I only have it to mess around with it. I don't even have a site to put it on. Hah.
Sorry all the same. I emailed it over.

Anyone who should happen to buy this, Ill email the theme over for now. >.<
 
Oh, nice! I've been waiting for this. :) For UI X license holders, is there any particular way that you want that $5? A manual PayPal payment, or am I just missing something in your shop?

Really great work as always.
 
Oh, nice! I've been waiting for this. :) For UI X license holders, is there any particular way that you want that $5? A manual PayPal payment, or am I just missing something in your shop?

Really great work as always.
Thanks a lot!

At the moment, if you buy the product at full price, you can then create a ticket and I'll refund the $30. At the moment, I don't have something built on our shopping cart to do this manually.
 
MemberCard background color is set to #E9E9E9, maybe change to #2D2D2D (Not sure what color you'd want, I just don't think the light was meant to be left as it is.)

Member Profile Page...
Screenshot_1.webp

CSS is this:
Code:
.messageSimple {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 0 10px;
}

If padding to changed to this:
Code:
.messageSimple {
    margin: 10px 0;
    overflow: hidden;
    padding: 10px;
}

Screenshot_2.webp
 
Top Bottom