Hi,
I previously changed the body font to 15 using my Child Theme. Tonight I decided to figure out how to change the body font to 18 while changing the sidebar font to14.
I first removed the previous change to 15, and the default of 12 was applied to all body fonts. This first change actually went through – the font is now all size 12 which is way too small for my site.
Then I added in the changes, so now it is like this:
body {
color: #454545;
font-family: ‘Open Sans’,’Helvetica Neue’,Helvetica,Arial,sans-serif;
font-size: 18px;
}
.sidebar ul li {
font-size: 14px;
}
I saved this.
This second change however will not go through. I purged the histories of my browsers and I also purged the cache that my host has as well – they actually purged that both dynamic and static.
No matter what, the change will NOT show up. I need the font to be larger – it is barely readable at this size.
Does anyone know how to get the changes to show up? Thanks!