The Advanced Store App, allow you to improve the attractiveness of your vendors' stores.
With this app, your sellers can :
Offer to your sellers right now, the possibility to customize their store, build a real brand on your online marketplace, and take the chance to convince more buyers.
Once the app is installed, you must add an access link to this feature on your theme.
This will allow sellers (or all users) to access this cover photo upload option from their dashboard.
Go to your admin panel in Theme / Theme editor / account/dashboard.liquid
In the section of your choice, copy and paste the following code snippet. Choose the script that fits best your needs:
{% if account.can_post_listing %}
<p><a href="/apps/stores/edit">Edit Cover Image</a></p>
{% endif %}
<p><a href="/apps/stores/edit">Edit Cover Image</a></p>
Example :