Title: CSS problems
Last modified: August 1, 2025

---

# CSS problems

 *  Resolved [fogashoho](https://wordpress.org/support/users/fogashoho/)
 * (@fogashoho)
 * [10 months ago](https://wordpress.org/support/topic/css-problems-39/)
 * Hi there!
 * I’d like to ask for some help regarding CSS. I’m using the plugin on several 
   of my websites (e.g., [http://www.fogashorgaszbolt.hu](http://www.fogashorgaszbolt.hu)),
   but with the same version and identical settings, the “add to favorites” feature
   appears completely broken on my site [http://www.drennanfishing.hu](http://www.drennanfishing.hu).
   The icon is too large, and the full text does not appear. What CSS modification
   could fix this?
 * Do you have any suggestions?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-problems-39%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [10 months ago](https://wordpress.org/support/topic/css-problems-39/#post-18581944)
 * Hello there,
   thanks for contacting us!
 * Please try adding the following code in the **_functions.php_** file of your 
   active theme:
 *     ```wp-block-code
       if (!function_exists('yith_wcwl_enqueue_back_required_assets')) {    function yith_wcwl_enqueue_back_required_assets()    {        wp_enqueue_style('yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css', array('jquery-selectBox'));    }    add_action('wp_enqueue_scripts', 'yith_wcwl_enqueue_back_required_assets', 100);}
       ```
   
 * Could you check it, please?
 * Best regards.
 *  Thread Starter [fogashoho](https://wordpress.org/support/users/fogashoho/)
 * (@fogashoho)
 * [10 months ago](https://wordpress.org/support/topic/css-problems-39/#post-18581950)
 * I have tried it, but nothing has changed. I have tried to clear the cache too.
 *  Thread Starter [fogashoho](https://wordpress.org/support/users/fogashoho/)
 * (@fogashoho)
 * [10 months ago](https://wordpress.org/support/topic/css-problems-39/#post-18583519)
 * After downgrading to 3.38.0 version, setting up the customization and than upgrading
   to the newest version, now it works correctly. I don’t know what was the problem.
 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [10 months ago](https://wordpress.org/support/topic/css-problems-39/#post-18586166)
 * Hello there,
 * Perfect, I’m glad everything’s going well now.
 * If you run into any problems, please let us know.
 * Best regards.

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

The topic ‘CSS problems’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * Last activity: [10 months ago](https://wordpress.org/support/topic/css-problems-39/#post-18586166)
 * Status: resolved