problem with header?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mad1
Forum Members
Forum Members
Posts: 15
Joined: Mon Apr 20, 2009 5:15 pm

problem with header?

Post 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>
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: problem with header?

Post 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
mad1
Forum Members
Forum Members
Posts: 15
Joined: Mon Apr 20, 2009 5:15 pm

Re: problem with header?

Post by mad1 »

thanx a lot:)
Post Reply

Return to “Layout and Design (CSS & HTML)”