carlherup wrote:Where do I change size of the featured products images on the homepage? They are set to 270px wide.
Hi carlherup,
You need to open this file
Themes\Jewelry\Views\Home\Index.cshtml.
Change this line of code by specifying the size you want but keep in mind that you will have to change the css styles accordingly.
@Html.Action("HomepageProducts", "Catalog", new { productThumbPictureSize = 270 })
Note: I will move this topic in the Jewelry theme forum.
Thanks