The links within li/ul tags were not underlined/colored … where in the css can I changed this?
@ichraum Please provide a link to the page where you want to underline/color the links within the li/ul tags? We will look into it. Thanks.
thanks for the response. Here is the link to the page: http://kolleg.ichkurs.de/test
@ichraum In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’ and see if this works.
#content ul a, #content ol a { color: #AB1942; }