I’d like to have any link in the body of pages (everything that is not navigation links) to show an underline on hover. Can you recommend custom CSS for this?
@Jeff In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. #main a:hover { text-decoration: underline; }