Hello, I am getting a weird square pop up near my product title when I add this custom liquid. What might i be able to change to keep the liquid but remove the square? thanks
Weird square:
Custom liquid:
Code of liquid:
.tooltip-wrapper { position: relative; margin-top: 19px; display: flex; padding: 16px; gap: 8px; background: #ECFBFF; color: black; } .tooltip-arrow:empty { display: block; } .tooltip-arrow { position: absolute; height: 16px; width: 16px; background: #ECFBFF; top: -8px; left: 48px; transform: rotateY(0deg) rotate(45deg); } .pulse-icon span { position: relative; display: flex; width: 10px; height: 10px; border-radius: 50%; background-color: #54DEFC; animation: pulse 2s ease 0s infinite normal none; margin: 10px; } .pulse-icon span::after { content: ""; width: 16px; height: 16px; border: 1px solid #334FB4; border-radius: 50%; position: absolute; left: -3px; top: -3px; } .tooltip-content { margin: auto; font-size: 12px; margin-left: 0px; } @keyframes pulse { 0% { transform: scale(0.95); opacity: 1; } 70% { transform: scale(1.5); opacity: 0; } 100% { transform: scale(0.95); opacity: 0; } } .container-krismotion { display: flex; flex-direction: row; }54 People are checking out...






