• Resolved blairinfiniteeye

    (@blairinfiniteeye)


    I have overwritten the styles for desktop to fit the design we are going for, but as soon as you open the site on device (or in dev tools in responsive mode) the wishlist changes to the mobile style. Is there a way to disable this? I really don’t want to have to overwrite all the mobile styles as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    Please, try to add the following snippet of code at the end of functions.php file of your theme or child theme

    add_filter( 'yith_wcwl_is_wishlist_responsive', '__return_false' );
    
    Thread Starter blairinfiniteeye

    (@blairinfiniteeye)

    Thank you, that worked

    Plugin Support Antonio La Rocca

    (@therock130)

    You’re welcome!

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to disable mobile styling?’ is closed to new replies.