Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1475328

    Hi, I recently added this element through woocommerce:

    View post on imgur.com

    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

    #1475341

    Hey Dzimnikov,

    Where can we see the actual element on your site?

    Best regards,
    Rikard

    #1475359

    Oh, sorry, bonjiglass.com/shop – cart page.

    #1475364

    try:

    
    #all_coupon_container .text-xs > div:nth-of-type(2){
      display: none !important;
    }
    #1475367

    Hi,

    Thanks for helping out @guenni007. Did you try that out @Dzimnikov?

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.