<em>@toucandesign 343276 wrote:</em><blockquote>In some pages I created, I have a strange H1 tag with the word “Articles” appearing.
line 190-191
Any help would be great.
sample page:
http://www.toucandesign.net/graphic-design/florida/graphic-design-florida-counties/Alachua-County
<!– MAIN CONTENT –>
<div id=”content”>
<div class=”inner content-inner clearfix”>
<div class=”item-page”>
<h1>
Articles </h1></blockquote>
Hello toucandesign,
It’s category name of article displayed on header (beside of site logo). You can hide it by adding following style in to “/templates/ja_lens/css/template.css”
div.item-page h1 {display:none;}
Hope this help.
Regards.