How can I change the default font to times-new roman and size 12 for all K2 articles and core joomla article in one bold sweep. Trying to avoid doing it one by one, going into each article.
arimakidd Hi. Since it's in style attribute You will need to use a construction like:
.zen-mainbody span { font-size: 12px !important; font-family: times new roman, sans-serif !important; }