CSS problem
PermalinkThe actual file looks like this:
.style-wrapper h1 { /* customize_h1_title */font: normal bold 36px arial;/* customize_h1_title */ /* customize_h1_title */color: #000000;/* customize_h1_title */ margin-bottom: 10px; text-transform: uppercase; line-height: 38px; }
But Chrome Dev says this:
.style-wrapper h1 { /* customize_h1_title */ font:normal bold 36px Book Antiqua; /* customize_h1_title */ /* customize_h1_title */ color:#000000; /* customize_h1_title */ margin-bottom: 10px; text-transform: uppercase; line-height: 38px; }
I looked in the pagethemestyles table of the mySQL database, it looks like it's correct.
Anyone have any ideas? (yes, I've cleared the cache and restarted everything)
It would be helpful to others who pass this way in the future if we knew which add-on was causing the issue.
A few questions...
When you say you've cleared the cache, was that only your browser cache or have you turned off all the C5 caching at 'Dashboard->Systems and Settings->Cache and Speed Settings'?
Is the style being over-written by typography.css?
When you say you 'updated a font', how did you do that? Was it through the customization under 'Themes' or did you change it in the main.css file itself?