Hide "Jobs" from top menu of mobile devices
Hi. On mobile devices, there is a drop down menu at the top.
One of these drop down menu entries is "Jobs".
In Firefox Responsive Design View, I disabled "Jobs" by adding the CSS:
HTML Code:
select#tinynav1 option:nth-child(2) {display:none;}
This hides "Jobs" in the top drop down menu in Firefox Responsive Design View, but "Jobs" still displays on iPhones and Android smart phones.
How do I remove "Jobs" from iPhones and Android smart phones?
Thanks.