Need help remove white thing behind the numbers

Topic summary

A Shopify store owner needs to remove white squares appearing behind countdown timer numbers on their product page.

PageFly support provided a CSS solution:

Steps to implement:

  • Navigate to Online Stores > Themes > Edit code
  • Open the base.css file
  • Add custom CSS targeting the countdown timer wrapper

CSS code provided:
Targets the specific countdown timer element with background: #fdd106 !important; to replace the white background.

The solution appears straightforward but requires direct theme code editing. No follow-up confirmation yet on whether this resolved the issue.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Hi need help to remove the white square thing behind the countdown numbers . Please refer photo attached . Here’s my store website https://belinistore.com/products/giflex-%E2%84%A2

Please assist thanks !

Hello @summer21

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

form#product-form-template--16552714698911__main .countdown_timer_wrapper_cls7nlwof5620131dv1ub4v8h58 span {
         background: #fdd106 !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like