Forums › Forums › Search & Filter Pro › result with a search bar
Tagged: font size and bold
- This topic has 9 replies, 2 voices, and was last updated 6 years, 11 months ago by Anonymous.
-
Anonymous(Private) November 25, 2017 at 12:18 pm #143888
I used the search and filter,
but after submit, the result page just show all result with a big search bar on the top
How Can i get rid of the search bar? (I have already have a search bar on the header of my page)
Please check the page here
http://gowatch.asia/site1/?sfid=684&_sft_local_food=street-food
Trevor(Private) November 25, 2017 at 4:52 pm #143921That horizontal search bar is from your theme or another plugin.
The header search and this extra one both had the same start to their ID’s:
id="header-form-search....
Where the bit following is a random sequence of characters. It looks like they are being inserted with javascript.
You need to identify what javascript file is doing this, and who the author is, and then find out how to disable it.
Trevor(Private) November 27, 2017 at 10:28 am #144045This line here may be responsible for the extra search box. Do NOT edit your theme search.php, but instead make a copy and place/edit that inside your child theme folder (you must be using a child theme – you can easily make one using a child theme making plugin by Orbisius – make it and remove the plugin).
<?php echo airkit_Compilator::searchbox_element( array( 'style' => 'input' ) ); ?>
Anonymous(Private) December 5, 2017 at 3:15 am #145613Hi I got one more question here
May I know how to change the font size and style of the filter
as you can see here http://gowatch.asia/site1/?sfid=684
the font are all bold and the size is very big, can I costume it ?
Thanks a lot !
-
AuthorPosts