post titles in Pinboard suddenly in wrong font
-
I use the Pinboard theme with Custom Design (and Typekit), and I’ve noticed over the past two or three days that the titles for my posts now appear in an extremely chunky font when viewed in preview or as individual posts. (On the home page of the site, the post titles look normal, and as they should look.) Could you please look at my site and figure out if this is something peculiar to my site, or is this happening to everyone using Pinboard? I don’t think I changed anything, and now that you have changed the Custom Design interface I can’t figure out how to view my CSS.
Thank you,
CeliaThe blog I need help with is: (visible only to logged in users)
-
Staff typically do not make changes to the appearance of themes once they introduce them as those using them can get really, really cranky when that happens. The single post page titles are set to bold in the CSS, and you can add this to your existing CSS to take it back to normal.
.single-post .entry-title { font-weight: normal; }The Custom Design page in the dashboard has a CSS entry in the left black column, and if you hover over that and click on it a CSS edit window will appear. Paste the above into that window and you can then look at the preview of your site on the left and if this works for you, save your changes.
- The topic ‘post titles in Pinboard suddenly in wrong font’ is closed to new replies.