Close

No manufacturer name displayed under manufacturer image

nopmstr2014
9 years ago
#8198 Quote
Avatar
  • 35
Hi All
manufacturer/all page
is not displaying manufacturer name under manufacturer image.
Like products can we display manufacturers name under the manufacturers image in manufacturer/all page?

Thanks
hristian.dimov
9 years ago
#8201 Quote
Avatar
  • Moderator
  • 386
nopmstr2014 wrote:
Hi All
manufacturer/all page
is not displaying manufacturer name under manufacturer image.
Like products can we display manufacturers name under the manufacturers image in manufacturer/all page?

Thanks


Hi nopmstr2014,

by design the name of the manufacturer is hidden. If you want to show it, please add this css code to your Custom Head Styles in the Administration -> Plugins -> Nop Nitro Theme:

.item-box .manufacturer-item .title {
    display: block;
}


If you need to show the name under the image, you will need to edit the Themes/Nitro/Views/Catalog/ManufacturerAll.cshtml view.

Hope this helps!
Regards,
Hristian Dimov
Nop-Templates.com
nopmstr2014
9 years ago
#8506 Quote
Avatar
  • 35
Thanks