Rain

Rain [Paid] 2.2.15b

No permission to buy ($5.00)
Do you plan to unify this theme and the snow to create a day mode and a night mode?

I love this theme but there are people who prefer white tones.
You should also add a button to switch between the two themes
Most possible is small plugin that will help to change Rain to Snow if user needs that. I can't tell when it will be avaible.
 
Hello.

Love this look and feel of this style, i just find it a little to much with the animations, is it possible to speed them up or turn them off?
I dont mind them being there, its just when I scroll down i feel like they are anoying when trying to find what i want to read. Sorry no offence intended i am just wondering :)
 
i just find it a little to much with the animations, is it possible to speed them up or turn them off?
Actually "tooooooooooooooo much animations" :) . But yes, you can turn them off. Don't remember right now if it's a setting or template edit, but sure you can turn animation off. I'm giving a plus to your decision. Is really a nice (and cheap) theme with great support.

EDITED: I found it
Code:
try to remove lines in xp_ucd_menu_widget from 44 to 302
they are all for css animations
 
Hi @Stylesfactory,

I did report this small bug on your Discord with avatars on select menus:
1607340537130.webp

I've come up with a fix which seems to play nice everywhere else:
1607340650178.webp

Code:
.avatar {
    display: inline-block !important;
}
.select2-results > .select2-results__options li {
    line-height: 42px;
}
 
Top Bottom