How to change color of Search/Cart/User icons
If you want to change the color of these icons:
Please follow:
- For cart:
.header-area .table-icon-menu .minicart-wrapper .action.showcart:before
{ color: #your_color; }
- For user:
.header-area .table-icon-menu .theme-header-icon .pe-7s-user:before
{ color: #your_color; }
- For search:
.page-header .search-form .actions-search .action-search :before
{ color: #your_color; }
Then please add them to the Custom Css: