WooCommerce Storefront – move cart out of nav bar and move search field
-
Hi, I’ve installed a child theme (Deli) that i’m heavily modifying. I’m experienced with php, html and css, but not so much with WordPress.
Just wondering how I can move the code for the shopping cart (I basically want to move it where the search field is now in the storefront theme) and I wish to move the search field down below the navigation. Looking at header.php I can see an action;
<?php /** * @hooked storefront_skip_links - 0 * @hooked storefront_social_icons - 10 * @hooked storefront_site_branding - 20 * @hooked storefront_secondary_navigation - 30 * @hooked storefront_product_search - 40 * @hooked storefront_primary_navigation - 50 * @hooked storefront_header_cart - 60 */ do_action( 'storefront_header' ); ?>
Basically I want to drill down into that and re-arrange things. Any help on how to do that would be appreciated thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooCommerce Storefront – move cart out of nav bar and move search field’ is closed to new replies.