Font size screwup

MacOS 10.10.5
RW 6
Tiger Pop theme

Only on my styled text pages. there seems to be a 12px font size ‘lock’ coming from some where. How do i get rid of it??

{darn thing wont show code}

Solved;

added this to my global CSS - worked a charm.

span {
font-size: 18px !important;
font-weight: inherit;
}

Got the idea from this thread:
http://forums.realmacsoftware.com/t/help-with-css-overriding-inline-css/9201/2

1 Like