How can I have the same font (color and size) ?

dear muffin team,

I used <ul> <li> here and the font changed. I'd like to have the same font everywhere in this section: http://www.soapmarine.com/flores/tradition/
I did not fond how to change this in Admin > Fonts.

Can you please advice?
Thank you!

Comments

  • Hi,

    to get the same font for lists as the rest of the content, please use below css:
    .column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol { font-size: inherit !important; color: inherit !important; }
Sign In or Register to comment.