Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14597
    keller113
    Member

    Hello,

    Is there a way to modify my Custom CSS to replace the following functions.php fix?

    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );

    I need to add this to the functions.php anytime I upgrade to a new version of Catch Everest Pro because I cannot find a way to implement it in Custom CSS.

    It removes the WooCommerce ‘Sort By’ dropdown on my Shop page and simply adding this code to my Custom CSS does not work. For one reason or another, it needs to be in functions.php for it to work…

    Thanks for your help.
    keller113

    P.S. My website is:
    http://www.phischon.com

    #14615
    Sakin
    Keymaster

    @keller113: Custom CSS box is only for writing CSS code. But for functions you need to build child theme and create new functions.php file and add there.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS to replace functions.php fix?’ is closed to new replies.