Title: Toggle display setting
Last modified: March 1, 2023

---

# Toggle display setting

 *  [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * (@startechmarketing)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/toggle-display-setting/)
 * the arrow displays as a box with x in it on smartphones
 * now sure how to fix this

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Facundo A.](https://wordpress.org/support/users/aranofacundo/)
 * (@aranofacundo)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/toggle-display-setting/#post-16522349)
 * Hi there,
 * Could you share the URL of the page so that we can check it and replicate the
   issue?
 *  Thread Starter [startechmarketing](https://wordpress.org/support/users/startechmarketing/)
 * (@startechmarketing)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/toggle-display-setting/#post-16531262)
 * yes I can [https://starpaint.de/produkt/elektrischer-pulverbeschichtungsofen-einbrennofen-pulveroven/](https://starpaint.de/produkt/elektrischer-pulverbeschichtungsofen-einbrennofen-pulveroven/)
 * only on mobile smartphone devices is the box with x
 *  [crodriguez1991](https://wordpress.org/support/users/crodriguez1991/)
 * (@crodriguez1991)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/toggle-display-setting/#post-16544441)
 * Hello there,
 * I hope you’re doing well :D.
 * Seems the dashicon font is not loaded on your site and for this reason you see
   the box.
 * Maybe another plugin or your theme remove the section.
 * Try with the following code in the functions.php and see if the problem is fixed
 *     ```wp-block-code
       if ( ! function_exists('yith_dashicons_front_end') ) {
               function yith_dashicons_front_end() {
                       if ( ! wp_style_is( 'dashicons', 'registered' ) ){
                          wp_register_style( 'dashicons', 'https://schwepper.com/wp-includes/css/dashicons.min.css?ver=5.9.3' );
                       }
                  wp_enqueue_style( 'dashicons' );
   
               }
               add_action( 'wp_enqueue_scripts', 'yith_dashicons_front_end',999 );
       }
       ```
   
 * Please, try it and let me know.
 * Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Toggle display setting’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-product-add-ons/assets/icon-128x128.gif?
   rev=3142291)
 * [YITH WooCommerce Product Add-Ons](https://wordpress.org/plugins/yith-woocommerce-product-add-ons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-product-add-ons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-product-add-ons/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [crodriguez1991](https://wordpress.org/support/users/crodriguez1991/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/toggle-display-setting/#post-16544441)
 * Status: not resolved