Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
im having trouble with changing hover animation effect on buttons on my website www.shmrnc.cz (pass: linh).
Do you guys please have any idea how to change the hover animations to have the similar/effect as is on this website www.dmp.cz (or at least to change colors+border without the current effect of making the border thicker)?
Thank you very much!!
Hi @Vari41
Your website cannot be reach. Can you share the preview? Thanks!
The website should be opened now without required password, however i recorded my screen -> the first website is mine (www.shmrnc.cz), the second is someone elses (www.dmp.cz) to show what effect i would prefer.
Thanks for the info,
This is least I can do. I cant see the animation of the example buttons that you provide. But it can be done exaxtly with the developer. Let us know. For the mean time check the design below.
.button, button.button--primary {
border: 2px solid #ffb6c1;
text-transform: none;
letter-spacing: .1em;
-webkit-transition: all .75s;
-moz-transition: all .75s;
transition: all .75s;
overflow: hidden;
z-index: 0;
}
.button:hover {
color: black;
border: 2px solid red;
background: pink;
opacity: .7;
}
.button:after {
content: "";
position: absolute;
z-index: -1;.button, button.button--primary {
border: 2px solid #ffb6c1;
text-transform: none;
letter-spacing: .1em;
-webkit-transition: all .75s;
-moz-transition: all .75s;
transition: all .75s;
overflow: hidden;
z-index: 0;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025