Liquid, JavaScript, thema's
Hello community,
I use a price comparison where I show the old and new price. At the top left is the standard label SALE. I don't want it visible on the 1st photo and hover photo.
On the first photo I managed to remove it with the same color background theme. But on the hover photo part of the label remains visible. Does anyone have an idea how I can remove it?
store:lepuffcases.com
Opgelost! Ga naar de oplossing
Geslaagd.
@lepuffcases , Try putting this code at the very bottom of the base.css file
.card__badge.top.left {
display: none!important;
}
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Geslaagd.
@lepuffcases , to make your announcement bar move more slowly follow these steps
1. Change this code in your announcement-bar.liquid like this
2. Put this code to the end of base.css file
.marqueeText {
height: 50px;
position: relative;
width: 100%;
overflow: hidden;
}
.marqueeText span {
text-align: center;
position: absolute;
top: 0;
width: 250%;
height: 100%;
margin: 0;
line-height: 50px;
/* Starting position */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
/* Apply animation */
-moz-animation: marqueeText 30s linear infinite;
-webkit-animation: marqueeText 30s linear infinite;
animation: marqueeText 30s linear infinite;
}
.marqueeText span a {
margin-right: 50px;
}
/* Define the animation */
@-moz-keyframes marqueeText {
0% {
-moz-transform: translateX(100%);
}
5% {
-moz-transform: translateX(20%);
}
100% {
-moz-transform: translateX(-120%);
}
}
@-webkit-keyframes marqueeText {
0% {
-webkit-transform: translateX(100%);
}
5% {
-webkit-transform: translateX(20%);
}
100% {
-webkit-transform: translateX(-120%);
}
}
@keyframes marqueeText {
0% {
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
5% {
-moz-transform: translateX(20%);
-webkit-transform: translateX(20%);
transform: translateX(20%);
}
100% {
-moz-transform: translateX(-120%);
-webkit-transform: translateX(-120%);
transform: translateX(-120%);
}
}
@media (min-width: 768px) {
.marqueeText span {
-moz-animation: marqueeText 60s linear infinite;
-webkit-animation: marqueeText 60s linear infinite;
animation: marqueeText 60s linear infinite;
width: 100%;
}
}
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Geslaagd.
@lepuffcases , Try putting this code at the very bottom of the base.css file
.card__badge.top.left {
display: none!important;
}
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Geslaagd.
@lepuffcases , to make your announcement bar move more slowly follow these steps
1. Change this code in your announcement-bar.liquid like this
2. Put this code to the end of base.css file
.marqueeText {
height: 50px;
position: relative;
width: 100%;
overflow: hidden;
}
.marqueeText span {
text-align: center;
position: absolute;
top: 0;
width: 250%;
height: 100%;
margin: 0;
line-height: 50px;
/* Starting position */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
/* Apply animation */
-moz-animation: marqueeText 30s linear infinite;
-webkit-animation: marqueeText 30s linear infinite;
animation: marqueeText 30s linear infinite;
}
.marqueeText span a {
margin-right: 50px;
}
/* Define the animation */
@-moz-keyframes marqueeText {
0% {
-moz-transform: translateX(100%);
}
5% {
-moz-transform: translateX(20%);
}
100% {
-moz-transform: translateX(-120%);
}
}
@-webkit-keyframes marqueeText {
0% {
-webkit-transform: translateX(100%);
}
5% {
-webkit-transform: translateX(20%);
}
100% {
-webkit-transform: translateX(-120%);
}
}
@keyframes marqueeText {
0% {
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
5% {
-moz-transform: translateX(20%);
-webkit-transform: translateX(20%);
transform: translateX(20%);
}
100% {
-moz-transform: translateX(-120%);
-webkit-transform: translateX(-120%);
transform: translateX(-120%);
}
}
@media (min-width: 768px) {
.marqueeText span {
-moz-animation: marqueeText 60s linear infinite;
-webkit-animation: marqueeText 60s linear infinite;
animation: marqueeText 60s linear infinite;
width: 100%;
}
}
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Ontdek hoe je je activiteiten internationaal kunt uitbreiden met het leertraject en de ...
By Shopify Feb 7, 2025Breid uit naar de groothandel met het leertraject van Shopify Academy, B2B on Shopify: ...
By Shopify Jan 31, 2025Heb je ooit een klant aan de telefoon gehad die zich afvroeg waarom ze dubbele verzendk...
By Lee Sep 13, 2024