Created
June 18, 2020 10:33
-
-
Save farookibrahim/6ca8f4124a9b02d74d13802226d78bde to your computer and use it in GitHub Desktop.
Pizzaro - Header v5 add product search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_action( 'pizzaro_header_v5', 'pizzaro_product_search', 35 ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .header-v5 .site-search { | |
| padding: 0 30px; | |
| } | |
| .header-v5 .site-search .widget_product_search form:before { | |
| left: inherit; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment