Close

jcarousel and static product title

Oakstone
9 years ago
#7463 Quote
Avatar
  • 29
We are using the jcarousel to display products on the home page and we like how the product title is static about the image for Featured Products (http://themes.lighthouse.nop-templates.com/). Is there a way to do display the product title with the carousel?

I'm assuming some editing needs to be done with jcarousle.cshtml. No way just to do it with CSS.

Thanks.
Boyko
9 years ago
#7464 Quote
Avatar
  • Moderator
  • 1570
Oakstone wrote:
We are using the jcarousel to display products on the home page and we like how the product title is static about the image for Featured Products (http://themes.lighthouse.nop-templates.com/). Is there a way to do display the product title with the carousel?

I'm assuming some editing needs to be done with jcarousle.cshtml. No way just to do it with CSS.

Thanks.


HI Oakstone,

Yes, if you change the markup of the JCarousel.cshtml to be similar to the product box one and have the same styling then it should work the same way. Basically the title needs to be outside the details div (that contains the information shown on hover) and the title should have the same styling as the title in the product box.

Hope this helps!

Thanks
Regards,
Nop-Templates.com Team
Oakstone
9 years ago
#7478 Quote
Avatar
  • 29
Thanks. I thought I would ask to see if this could be done without editing cshtml.

I've got the title displaying. Just need to make the CSS mimic the lighthouse now.

Thanks.