Shopify themes, liquid, logos, and UX
Hello,
My site redesign is not yet live so I am unable to provide a URL but I hope someone can help me out. My theme (Envy by WeTheme) allows me to display my collection title on my collections pages but it appears below my collections banner. How can I edit the code below so that the "collection.title" appears as a centered text overlay over the "collection.image" instead? Thank you in advance!
{% if section.settings.collection_image_enable %}
<style>
#main-navigation-wrapper{
margin-bottom: 0px;
}
</style>
{% if collection.image %}
<div class="collection-image-wrapper">
{% render 'responsive-image' with collection.image, alt: collection.image.alt %}
</div>
{% endif %}
{% endif %}
<div class="container" data-wetheme-section-type="template--collection" data-wetheme-section-id="{{ section.id }}">
{%- assign limit = section.settings.grid | times: section.settings.rows -%}
{% paginate collection.products by limit %}
<div data-section-id="{{ section.id }}" data-section-type="collection-template">
<div id="collections-main" class="{{ collection.handle }}">
<div class="title-bar custom-font collection-header{% if collection.image and section.settings.collection_image_enable %} collection-header--with-image{% endif %}">
{% if collection.handle == 'all' %}
<h2>{{ 'products.general.products_title' | t }}</h2>
{% else %}
<h2>{{ collection.title }}</h2>
{% endif %}
<div class="clear"></div>
</div>
.
sorry for that issue but how can i guide with our check url possible to share preview url
User | RANK |
---|---|
143 | |
96 | |
76 | |
70 | |
69 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023