ornlud wrote:Hi
Ribbons are not showing in related products.
WAT DO?
Sorry for /b/ language.
Page is www.fikus.is
Hi ornlud,
By default, the ribbons are hidden as the related products are smaller than the other product boxes and it conflicts may occur due to this fact. But you can show them following the instructions:
Open your Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Themes\Native\Content\Ribbons.css file and edit it as shown below:
Change the piece of code below
.home-page-listbox .product-ribbon,
.related-products-grid .product-ribbon{
display: none;
}
to be like this one:
.home-page-listbox .product-ribbon {
display: none;
}
Hope that helps.