- This topic has 2 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – How to customize Product Search text, its input box, and Search button
Hi, I tried using the eStore plugin short-codes and checked [wp_eStore_product_search]
but it is very simple in layout. I want to know how & where I can change look and feel of Product Search text, its input box, and Search button so that I can replace the button with my custom Search Button and Text?
1. Examine the wp_eStore_product_search_handler() function definition in the eStore_extra_shortcodes.php file to determine which CSS classes are being used.
2. Examine the corresponding CSS classes in the eStore_extra_shortcodes_css.css file.
3. Modify as required. You can either modify the file directly, or use our free Custom CSS plugin to add your customized CSS code:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
I changed the CSS and it is working fine. Thanks very much for your support.