Adding third-party widget to a specific page on my website

Solved

Adding third-party widget to a specific page on my website

paoloreflex
Tourist
6 1 0

Hi,

Is there a way to do this? I want to add a couple of third-party widgets to a specific page of my website.

 

Many thanks.

 

Accepted Solution (1)
paoloreflex
Tourist
6 1 0

This is an accepted solution.

No, the widget I want ot edit is the "Current Moon Phase" one.

Please, see screenshot.

Screenshot 2025-03-10 at 15.36.21.png 

View solution in original post

Replies 6 (6)

ennovative-it
Shopify Partner
148 20 19

Hello, which type of page?
Secondary page, product page, collection page..ecc ?

instagram: e.nnovative
info@ennovative.it
collab@ennovative.it
paoloreflex
Tourist
6 1 0

Hi, it's a product page - and I've actually managed to create a custom liquid section on that page and copy the code in there.

However, I'm not great with code and wanted to know how to do things like centering the widget on the page and maybe get rid of the widget's black outline?

 

Here's the page: https://2ae335-66.myshopify.com/products/moon-mist%C2%AE-aura-spray

 

Thank you 

ennovative-it
Shopify Partner
148 20 19

You referring to the chat with us button?

instagram: e.nnovative
info@ennovative.it
collab@ennovative.it
paoloreflex
Tourist
6 1 0

This is an accepted solution.

No, the widget I want ot edit is the "Current Moon Phase" one.

Please, see screenshot.

Screenshot 2025-03-10 at 15.36.21.png 

ennovative-it
Shopify Partner
148 20 19

in the section "Custom CSS" add this:

.moon_container.horizontal {
margin:0px auto!important;
}
h2#moon_astro {
    margin: 0px auto!important;
}
#section-template--24834861105497__custom_liquid_jpPiYJ-padding .moon_container.horizontal {
    border: 0px !important;
}
instagram: e.nnovative
info@ennovative.it
collab@ennovative.it