Hi,
I am trying to make a landingpage for my Shopware 6 shop with Pinegrow. I have the problem that the CSS from the Pinegrow page crashes the layout from my onlineshop. Is there any possibility to give an ID or class to all the elements from the Pinegrow page so that the css does not influence the onlineshop layout.
Thanks
Best regards
Hi 
As per my knowledge, to prevent Pinegrow CSS from affecting your Shopware 6 layout, wrap all Pinegrow elements in a unique container with an ID or class, and scope your CSS accordingly.
- Add a unique container
- Scope your CSS
By doing this, Pinegrow CSS will only affect elements within the container, preserving your Shopware layout.
Thanks 