Pop up Box -Change background

Pop up Box -Change background

ellacoker
Shopify Partner
287 1 74

Hi there,

I would like to change the background of my pop up box - seen as "click here to check out the secret ingredient" so that it is a cream colour button and lines up with the add to card button, and the text is centred. Please see screenshot.

URL: https://www.samiyaskincare.com.au/products/ground-bundle 

 

Screenshot 2025-03-10 at 14.03.42.png

 

Replies 5 (5)

Mustafa_Ali
Trailblazer
508 50 100
form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.go1558996584.kl-private-reset-css-Xuajs1 {
    background-color: #D2A592 !important;
}

MustafA16_0-1741581332020.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

Sangeetanahar75
Excursionist
18 1 7

hello @ellacoker 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----base.css...> line number 3739.....>search the code

button#ProductPopup-popup_rTx3zK {
    font-weight: bold !important;
    color: black !important;
}

replace with new code

button#ProductPopup-popup_rTx3zK {
    font-weight: bold !important;
    color: black !important;
    border: 1px solid;
    background-color: #D2A592;
	    text-decoration: none;
}

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?  

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


Email me -Sangeetarahuldhiman;gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +917009811712
BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

DaisyVo
Shopify Partner
4469 501 598

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

button#ProductPopup-popup_rTx3zK {
    color: #ca8264 !important;
}

 

Result 

DaisyVo_0-1741582706889.png

 

Best,

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

GTLOfficial
Shopify Partner
880 182 192

Hello @ellacoker 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

button#ProductPopup-popup_rTx3zK {
font-weight: bold !important;
color: #e19677 !important;
}
.product-popup-modal__opener {
display: flex;
justify-content: center;
}

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

PageFly-Richard
Shopify Partner
5011 1120 1805

This is Richard from PageFly - Shopify Page Builder App
Hi  @ellacoker  Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
@media screen and (max-width: 767px) {
button#ProductPopup-popup_rTx3zK {
font-weight: bold !important;
color: #e19677 !important;
}
.product-popup-modal__opener {
display: flex;
justify-content: center;
}
}
</style>

 


Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.