In my options panel I have a section where the user can enter their Twitter username. Currently, if the value for that field is empty, the Twitter icon still appears on my website and I want it to not be there if the value is empty.
Say if my div class that makes the Twitter icon appear is called '.twitter' how would I hide this if the value of the input id called 'mytheme_twitter' is empty?