There are a couple of instances where the "strong" tag is used in the zen tpl files. Just wondering if this can be removed so that the ID that contains the element can be used to format the object using pure CSS. The instance I can think of off the top of my head is in the page.tpl.php. Within ID site-name there's a "strong".

Comments

johnalbin’s picture

Component: Code » layout.css
Status: Active » Closed (works as designed)

Just wondering if this can be removed so that the ID that contains the element can be used to format the object using pure CSS.

You can still style a <strong> using CSS. Zen uses <strong> for semantic purposes, not for styling purposes.