- Posts: 25
- Thank you received: 0
Result Dropdown Menu
-
JohanG
Inactive member - Topic Author
- Member
Less
More
12 years 11 months ago #14362
by JohanG
Result Dropdown Menu was created by JohanG
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14377
by ivan.milic
Replied by ivan.milic on topic Re: Result Dropdown Menu
open index.php of template and add this before ending of body tag </body>
:
<script type="text/javascript" >
jQuery("option:contains('all')").hide();
</script>
:
<script type="text/javascript" >
jQuery("option:contains('all')").hide();
</script>
The following user(s) said Thank You: JohanG
Please Log in to join the conversation.
Time to create page: 0.155 seconds