Close

Ribbons not showing in related products

ornlud
8 years ago
#11934 Quote
Avatar
  • 6
Hi
Ribbons are not showing in related products.

WAT DO?

Sorry for /b/ language.

Page is www.fikus.is
Stefan
8 years ago
#11939 Quote
Avatar
  • Moderator
  • 157
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.
Best Regards,

Stefan Hristov
Nop-Templates.com
ornlud
8 years ago
#11945 Quote
Avatar
  • 6
Works!

Million thanks