Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38962

Reply To: How to change the name and color of the label "SALE NEW HOT" on the menu?

$
0
0

Hello,

Thank you very much for purchasing our theme and contacting our support center.

The file that contains all labels options is basel/inc/third-party/nav-menu-images/inc/walker.php. Find the following code and add your own labels


<option value="hot" <?php selected( $label, 'hot', true); ?>><?php _e('Hot', 'basel'); ?></option>
<option value="sale" <?php selected( $label, 'sale', true); ?>><?php _e('Sale', 'basel'); ?></option>
<option value="new" <?php selected( $label, 'new', true); ?>><?php _e('New', 'basel'); ?></option>

Regards
XTemos


Viewing all articles
Browse latest Browse all 38962

Trending Articles