We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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

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

MaBa
Explorer
116 1 19

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?

Replies 3 (3)

ExpertRookie
Shopify Partner
1518 249 326

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.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
MaBa
Explorer
116 1 19

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!

 

 

 

 

MaBa
Explorer
116 1 19

Hi @ExpertRookie did you find anything?