• This is very strange. Working on a custom theme for a client who wants different page backgrounds. Got that aspect working fine using the body_class function in the body tag of the header. But it causes blog archive pages to be completely bold (all text). Remove the body_class from the body tag and the blog archive is normal.

    This is the link to the site in progress:

    http://www.jdaviswebdesign.com/practice

Viewing 1 replies (of 1 total)
  • Thread Starter justmigrating

    (@justmigrating)

    Fixed it. Had to add to the stylesheet:

    body.archive { font-weight: normal !important; }

    No idea why it only affected archive pages and not any other pages in the site.

Viewing 1 replies (of 1 total)
  • The topic ‘body_class causes blog archive to be completely bold’ is closed to new replies.