Petites corrections sur le thème classic-child

This commit is contained in:
2020-10-31 12:33:56 +01:00
parent 79c4ca44e3
commit 45216254d9
131 changed files with 213 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
h1 {
text-align: center;
display: none;
#section-ppbrandslider > h1 {
text-align: center;
display: none;
}
.nbs-flexisel-container {
@@ -53,8 +53,10 @@ h1 {
z-index: 4;
top: 50%;
transform: translateY(-50%);
background: #1B9BCC;
color: #fff;
/*background: #1B9BCC;*/
/*color: #fff;*/
background: #fff;
color: #1B9BCC;
}
.nbs-flexisel-nav-left {

View File

@@ -7,15 +7,17 @@
{/if}
{if $enable_brand_slider}
<h1>Nos marques</h1>
<ul id="logo-slider">
{foreach from=$manufacturers item=manufacturer name=manufacturer_list}
<li>
<a href="{$link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)}">
<img src="img/m/{$manufacturer.id_manufacturer}.jpg"></a>
</li>
{/foreach}
</ul>
<section id="section-ppbrandslider">
<h1>Nos marques</h1>
<ul id="logo-slider">
{foreach from=$manufacturers item=manufacturer name=manufacturer_list}
<li>
<a href="{$link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)}">
<img src="img/m/{$manufacturer.id_manufacturer}.jpg"></a>
</li>
{/foreach}
</ul>
</section>
{/if}

View File

@@ -39,7 +39,7 @@
<li><a class="text-uppercase h6" href="{$categories.link nofilter}">{$categories.name}</a></li>
<li>{categories nodes=$categories.children}</li>
</ul>
<div class="divCategorie">
<img src="{$category.image.large.url}" alt="{if !empty($category.image.legend)}{$category.image.legend}{/if}" class="imageCategorie">
</div>
</div>
<div class="divCategorie">
<img src="{$category.image.large.url}" alt="{if !empty($category.image.legend)}{$category.image.legend}{/if}">
</div>