How to make section background on password page transparent?

How to make section background on password page transparent?

spazerunas
Visitor
1 0 0

Hello!

I am looking to make the background of my SMS list section transparent as I have a video that is meant to play behind it. Any advice?

 

Site is https://vietgnam.us

Reply 1 (1)

HDL-Shin
Shopify Partner
80 21 16

Hi @spazerunas

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

HDLShin_0-1715400335743.png

Step 2: Search file base.css, theme.css or styles.css 

HDLShin_1-1715400351796.png

 

Step 3: Insert the below code at the bottom of the file -> Save

div:has(div > div .countdown-banner-image) {
   background-color: transparent !important;
} 

.countdown-banner-image {
  background-color: transparent !important;
}

 

Final Result: 

HDLShin_2-1715400396483.png

 

Hope it helps you

Kind regards,

HDL-Shin

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
♥️♥️♥️ HDL-Shin || Shopify Partner ♥️♥️♥️