How to change font size of ul-elements and make them the same size than usual text?
is there a possibility to adjust the font size of ul-elements and make them the same size/style as my usual text on this page: http://www.abenteuersuechtig.de/Testsystem/index.php/ueber-uns/
The first column is an icon box, then two usual columns.
Thanks in advance
Hirsch

Comments
to make lists the same size and color as the rest of content, please use below css:
.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol { color: inherit !important; font-size: inherit !important; }