Petites corrections sur le thème classic-child
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user