Comments ella911 started the conversationMarch 6, 2020 at 10:14pmHiHow I can disable the drop down cart menu when I click on cart ribbon icon?If it possible when clicking on cart ribbon icon to go to the shopping cart page. without opening a shopping cart drop down menu at the top of the siteThank youElla 1,558Laborator repliedMarch 9, 2020 at 9:27amHi Ella,Add this to functions.php file of your child theme: add_filter( 'oxygen_cart_ribbon_direct_link', '__return_true' );Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hi
How I can disable the drop down cart menu when I click on cart ribbon icon?
If it possible when clicking on cart ribbon icon to go to the shopping cart page. without opening a shopping cart drop down menu at the top of the site
Thank you
Ella
Hi Ella,
Add this to functions.php file of your child theme:
Best regards,
Laborator Team