Applying changes to Bookstore with Grunt

Using the new workflow and debug method, it is the time to make improvements to the Bookstore theme. Access the display page of any product you registered before, and see how the Reviews block looks now:

Applying changes to Bookstore with Grunt

The colors are not well-suited to a white background, and there are some rendering errors in assigning stars to the product. To adjust this, make the following changes:

  1. Run the grunt watch command. Open the _theme.less file from the Bookstore theme, and add the following CSS code to the end of the file:
     body{color:@color-black;} .breadcrumbs .items{color: #F56105;} .review-control-vote:before{ content:@icon-star ...

Get Magento 2 Theme Design - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.