Code change in the default product page is not copied to Product templates

Hi community,

i made some custom changes to the product page adding some code to the base.css file.

Then I created a few new product templates, but the changes I mentioned before are only visible in the default product page and not in the new templates.

What am I missing?

Hi @MaBa
In this case I think the custom code that you added only for the main product template.
Can you share the store url then we will check and help you.

Hi,

the store url is womanly.se.

The custom code I added to the base.css file is:

#shopify-section-template–15942264914110__87a926c7-126a-4ee8-b03f-7f6045ee48a3{
background: linear-gradient(
to top,
#F4F2EC 0%,
#F4F2EC 85%,
#FEFEF9 85%,
#FEFEF9 100%
);
}

which is visible in the default product page:

https://www.womanly.se/products/vaginalt-ph-bakteriell-vaginos

but not in other product templates I created:

https://www.womanly.se/products/agglossningstest

Thanks on advance for any help!

Hi @ExpertRookie did you find anything?