All-in-One Reviews CSS custom Load More Button

Hi guys!

Your widgets awesome, it’s nice to be able to customize
All buttons on my site jump up 5px on hover except load more button in widget
Can we make with CSS same animation?

Luv u all :smiling_face_with_three_hearts:

1 Like

Hi @Designinja, thank you so much for your warm words!! We’re happy that you love our service, and welcome to the community! :heart_eyes:

I’m sorry for the late reply, but the good news is that the solution is already here :slight_smile:

Our devs have added the following CSS code to your widget settings:

[class^='LoadMoreButton__Container'] {
  transition: transform 0.2s;
  
}
[class^='LoadMoreButton__Container']:hover {
  transform: translate(0, -5px);
}

Could you please check your widget and let me know if everything’s fine?

Yes! It works great! Ty very much :pray:
Btw, perfect timing to reply, my work day just started

P.s. luv u team much more :heart_eyes:

Awesome!!

My work day has also just started, but you’ve already made my day :)))

Thank you so much for your lovely comment, and have a fantastic rest of the week!

And yes, we’re always here for you if any question, difficulty, or just an urge to chat arise :wink:

1 Like