storefront
storefront copied to clipboard
Add support for sub menu description
Fixes #1595
This PR is an extension of #1771 and adds support for the submenu description. @gigitux mentioned this specific problem in https://github.com/woocommerce/storefront/pull/1771#issuecomment-1087301359.
In this PR, I simply enhanced the SCSS styles to style the descriptions of both the menu and the submenu items similar.
Screenshots
Before:
|
After:
|
How to test the changes in this Pull Request:
- Go to
/wp-admin/nav-menus.php
. - Click on screen options in the upper-right corner and activate the option
Description
withinShow advanced menu properties
. - Create a custom menu and assign it to the menu location
Secondary Menu
. - Add 2-3 menu items with a description.
Changelog
Add support for submenu description.
Related to this PR, there are still some works to do. For more context, check #1771. @tjcafferkey Can you de-approved the PR? In this way, we are sure that anyone will not merge this PR.
@Procorners For this PR there are still some works to do. For more context, check #1771