Shopify themes, liquid, logos, and UX
Hello.
Does anyone know how to do this?
Hello @silenceclothing,
Could you please provide the URL/ password to your store so that I can check it and provide you with the exact solution?
Hello @silenceclothing ,
Can you please clarify which buttons you are referring to?
"shopp all" "login" and more
Hello there,
Here are the steps to apply the necessary changes in your Shopify store:
body button.button--secondary,
body .shopify-challenge__button,
body .customer button {
background-color: #222943;
border: 1px solid white;
color: white;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
position: relative;
overflow: hidden;
transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease !important;
transform-origin: unset !important;
transform: none !important;
}
body button.button--secondary::before,
body .shopify-challenge__button::before,
body .customer button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transition: left 0.4s ease;
z-index: 1;
}
body button.button--secondary:hover,
body .shopify-challenge__button:hover,
body .customer button:hover {
color: black;
border-color: black;
background-color: white;
}
body button.button--secondary:hover::before,
body .shopify-challenge__button:hover::before,
body .customer button:hover::before {
left: 0;
}
body button.button--secondary span,
body .shopify-challenge__button span,
body .customer button span {
position: relative;
z-index: 2;
background: transparent !important;!i;!;
}
nothing happend?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024