This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Trying to add a visible search bar to headers > xstore.php similar to headers > advanced.php with the category dropdown. Want to replace the default search icon with visible search bar and shopping cart icon beside. Any suggestions? Can’t seem to find the function to copy/paste.
Closest I got was to paste into the file but this loses the category dropdown. I’m sure there’s other users that have asked this question.
<?php etheme_search_form( array(
‘action’ => ‘default’
)); ?>
Hello,
You may use search code that you found. The categories block is hidden https://prnt.sc/hlvkxg, so you need to change it using custom css code (Thame Options > Styling > Custom css, or add your custom css code in style.css file of child theme).
If you have CSS skills you may play around with styles.
Feel free to ask if you have any questions.
Regards
Tagged: header, search bar, visible, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up