You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the [oceanwp_woo_cart] shortcode on a woocommerce site to output the mini-cart into the header area. I'd like to do some further customisations to this (use an SVG for the icon) and re-position the cart item count outside of the icon, however overriding inc/woocommerce/woocommerce-helpers.php doesn't render any changes even with all caching turned off.
Is there any scope to extend the options that can be passed to the shortcode or even pull that code out as separate template file that can be customised.
The current markup of the item count doesn't allow for positioning of the number outside of the icon. Simply wrapping the item count in another html tag would facilitate this simply with css.
The text was updated successfully, but these errors were encountered:
Hello
I'm using the [oceanwp_woo_cart] shortcode on a woocommerce site to output the mini-cart into the header area. I'd like to do some further customisations to this (use an SVG for the icon) and re-position the cart item count outside of the icon, however overriding inc/woocommerce/woocommerce-helpers.php doesn't render any changes even with all caching turned off.
Is there any scope to extend the options that can be passed to the shortcode or even pull that code out as separate template file that can be customised.
The current markup of the item count doesn't allow for positioning of the number outside of the icon. Simply wrapping the item count in another html tag would facilitate this simply with css.
The text was updated successfully, but these errors were encountered: