How I can change the size and font of the paragraph points to equal the size and typeface of the general text?I've seen "the_content_wrapper ol" (with firebug) is 15px and I need to be in 13 px (as the size of the rest of the content as defined in theme options), but I do not know the instruction set css.
Can you give me directions?
Comments
ul li, ol li { font-size: inherit !important; }but if this won`t help, then we need url to page where you have list..column_column ul, .column_column ol, .column_visual ul, .column_visual ol, .the_content_wrapper ul, .the_content_wrapper ol { font-size: inherit !important; }