Change the mobile header shopping cart title in Astra on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'astra_header_cart_flyout_shopping_cart_text', function() {
return 'My Shop Flyout Cart';
} );
Change the mobile header shopping cart title in Astra on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'astra_header_cart_flyout_shopping_cart_text', function() {
return 'My Shop Flyout Cart';
} );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.