Hi, I recently added this element through woocommerce:
Is it at all possible to remove the “never expires” part, I tried with CSS, but it also removes the FREEPREORDER and BONJIFREE parts.
I tried display: none that entire section, and then bring back the top text using: div.font-mono.uppercase …. but there seems to be no reverse to display none, so I can’t bring it back.
Please help, and thank you
Hey Dzimnikov,
Where can we see the actual element on your site?
Best regards,
Rikard
Oh, sorry, bonjiglass.com/shop – cart page.
try:
#all_coupon_container .text-xs > div:nth-of-type(2){
display: none !important;
}