Weird “?” letter coming before the checkout steps number
-
Sometimes but not always there appears an ? before checkout steps number. Please follow the css below for a better reference.
.wc-block-checkout-step__title:before
border: 0;
border-radius: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
background: transparent;
counter-increment: checkout-step;
content: “? ” counter(checkout-step) “.”; /*THIS IS COMING I HAVE NO IDEA WHY !!*/
content: “? ” counter(checkout-step) “.”/””; /*THIS IS COMING I HAVE NO IDEA WHY !!*/
position: absolute;
width: 36px;
left: -18px;
top: 0;
text-align: center;
transform: translateX(-50%);
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Weird “?” letter coming before the checkout steps number’ is closed to new replies.