I am looking to add a shape effect to some section borders on my store. Like the second section here: https://www.eatbanza.com/. Animation would be nice but is not necessary.
Does anyone know the CSS code to achieve this and exactl
Goal: add a shaped/“wavy” texture between sections, similar to the second section on eatbanza.com. Animation is optional; looking for CSS/Liquid approach.
Guidance offered:
Latest update/problem:
Notes:
Status: unresolved. Next steps depend on sharing the exact code, theme/context, and reviewing the error shown in the screenshot.
I am looking to add a shape effect to some section borders on my store. Like the second section here: https://www.eatbanza.com/. Animation would be nice but is not necessary.
Does anyone know the CSS code to achieve this and exactl
If you need a customization like that including animation then contact me directly by mail for services.
Please always provide context, examples: store url, theme name, post url(s) , or any further detail.
Contact Info in signature.
If it’s a styled spacer between sections just add a custom-liquid section between the other sections using code roughly like below where you add a url from an image used for the background, or replace it with some advanced code for CSS based shapes:
{% assign background_asset_url = "" %}
Good Hunting.
Thanks Paul, I understand the concept but I am struggling with the image link. The image (one crest of the wave) is uploaded to my content Files and I am using the link provided there. Any idea why the code is returning a syntax error? See screenshot attached.