- Posts: 60
- Thank you received: 0
How to remove select boxes in search results?
-
susanagarduno1
Inactive member -
Topic Author
- Member
-
Less
More
12 years 6 days ago #28674
by susanagarduno1
How to remove select boxes in search results? was created by susanagarduno1
Hello,
How could I remove the select boxes that appear at the end the search results?
Here I insert a link to my site.
www.praha.mx/index.php/component/search/...hrase=all&Itemid=101
I tried adding "display:none;" in fieldset definitions in template_css.css but it disapears all options for sorting results.
I attach a picture where I show what I mean.
Thanks
Susana
How could I remove the select boxes that appear at the end the search results?
Here I insert a link to my site.
www.praha.mx/index.php/component/search/...hrase=all&Itemid=101
I tried adding "display:none;" in fieldset definitions in template_css.css but it disapears all options for sorting results.
I attach a picture where I show what I mean.
Thanks
Susana
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 days ago #28687
by ivan.milic
Replied by ivan.milic on topic How to remove select boxes in search results?
Add to bottom of template_css.css:
#searchForm fieldset.only{
display:none!important;
}
#searchForm fieldset.only{
display:none!important;
}
The following user(s) said Thank You: susanagarduno1
Please Log in to join the conversation.
-
susanagarduno1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 60
- Thank you received: 0
12 years 4 days ago #28755
by susanagarduno1
Replied by susanagarduno1 on topic How to remove select boxes in search results?
Thanks a lot Ivan, you always save my life!
Please Log in to join the conversation.
Time to create page: 0.151 seconds