Page 1 of 1

problem with header?

Posted: Mon Apr 20, 2009 5:37 pm
by mad1
Hello all, i am new here. I have a qestion, i have 1.5.4 version and default template, when i put cursor on logo header i have 'Home page, shortcut=1' i want change this, also i want to delete "a href" link from this logo. Where can i editing this?
I cant see this when i editing this template (in panel admin). This is a place what i am talking about from generated html page:

Code: Select all

    
<hr class="accessibility" />    
      <div id="header">
           <h1><a href="xxxx" title="Home Page, shortcut key=1">xxxx</a></h1>
   <hr class="accessibility" />
   </div>

Re: problem with header?

Posted: Mon Apr 20, 2009 5:46 pm
by RonnyK
The shortcut is coming from the pages options-tab. You could remove the shortcut text there...

In your template, is the header-div, with the h1 and 'h1 a' setting, which is styled in the layout stylesheet attached to your template, removing the there should do the trick, or take the image out of the h1-a styling and into the h1-styling.

Ronny

Re: problem with header?

Posted: Mon Apr 20, 2009 6:30 pm
by mad1
thanx a lot:)