Hi everyone. I want to have a sort of endless scroll on my sense theme. The background is choppy, but I want one full image that stays while the tiles scroll away.
here is the URL: https://alittlesoapshop.com/
body:
{% include ‘70sbackgroundimage’ %}
{{ “accessibility.skip_to_text” | t }}
{%- if settings.cart_type == ‘drawer’ -%}
{%- render ‘cart-drawer’ -%}
{%- endif -%}
{% sections ‘header-group’ %}
{{ content_for_layout }}{% sections ‘footer-group’ %}
- {{ 'accessibility.refresh_page' | t }}
- {{ 'accessibility.link_messages.new_window' | t }}
{%- if settings.predictive_search_enabled -%}
{%- endif -%}
70sbackgroundimage:
html, body,
[id*=‘shopify-section’]:not([id*=‘announcement’]):not([id*=‘header’]):not([id*=‘footer’]),
[id*=‘shopify-section’]:not([id*=‘announcement’]):not([id*=‘header’]):not([id*=‘footer’])> [class*=‘background’]{
background: url(“https://cdn.shopify.com/s/files/1/0556/7102/9910/files/GreenOrangeBackground.jpg?v=1680393348”) !important;
}
Thank you!
