Hide item from drop down search…
-
We have use geodirectory plugin for our online travel directory. For our search form it currently shows three groups, Travel Listings, Events, Alaska Travel Businesses. We would like the group Alaska Travel Businesses to be private and only show for registered businesses. It is intended to be a resource for businesses that have listed with our directory and not the general public. The software company says it is not possible. I would like to find a solution via CSS as an alternative.
1. I have been able to get all options to be hidden by the following:
.search_by_post {display:none;}2. I can accomplish what I need via firebug edit with an inline style, but I don’t know how to translate that into css
<option style=”display: none” value=”gd_businesses” data-label=”http://alaskantraveler.com/businesses/”>Alaska Travel Businesses</option>Any help to hide just the “Alaska Travel Businesses” would be appreciated.
The topic ‘Hide item from drop down search…’ is closed to new replies.