4 users online. Create an account or sign in to join them.Users
Cannot get rid of bold styling (default template)
This is an open discussion with 2 replies, filed under XSLT.
Search
Try adding a h2 { font-weight: normal; } rule to your css file. Unstyled headlines are usually rendered bold in the different browsers.
That did it :) Thanks.
Create an account or sign in to comment.
I am trying to get rid of the bold styling that applies to article titles. I stripped everything that mentions “bold” in the main css file, but the title is still bold. There is no font-weight either. Any ideas?
The XSL in question:
<h2> <a href="{$root}/articles/{title/@handle}/"><xsl:value-of select="title"/></a> </h2>