New Arrivals -subnav-
{{ -----BEGIN SETTINGS AND CONTROLS----- }}
{% assign: Theme_Fiend_Lab_UserName = 'YourUserName' %}
{% assign: Image_Source = 'Lab' %} {{ Options: 'Lab' or 'Self-hosted' }}
{% assign: Number_of_Products = 3 %}
{{ --BEGIN CATEGORY/ARTIST BANNER SETTINGS--}}
{% assign: Show_Category_Page_Banners = 'No' %}
{% assign: Show_Artist-Brand_Page_Banners = 'No' %}
{% assign: Hide_Category_and_Artist_Title = 'No' %}
{{ --END CATEGORY/ARTIST BANNER SETTINGS--}}
{{ -----END SETTINGS AND CONTROLS----- }}
{% if Image_Source == 'Lab' %}
{% if Show_Category_Page_Banners contains 'es' %}
{% if page.full_url contains 'category' %}{% endif %}
{% endif %}
{% if Show_Artist-Brand_Page_Banners contains 'es' %}
{% if page.full_url contains 'artist' %}{% endif %}
{% endif %}
{% endif %}
{% if Hide_Category_and_Artist_Title == 'Yes' %}.page-title {display:none;}{% endif %}
(function($) {
$(document).ready(function(){
$("p:empty").remove();
});
})(jQuery);