How to Prevent MyListing From Loading ...
When visitors view product pages, clicking on a product thumbnail image may trigger a...

WPCodeBox
304

Enhance your MyListing website’s navigation menu with custom or native icons using this code snippet. Make your menu more visually appealing and user-friendly by adding eye-catching icons. Learn how to implement custom PNG icons or utilize built-in theme icons for a richer design.
/**
* Author: MyListing Club
* Author URI: https://mylisting.club
*/
.main-nav li a>i {
display: inline-block;
}
.main-nav li.current-menu-item a > i {
color: #000 !important;
}





