Hello,
Can you let me know how I can hide the TOC Header that contains the help file title. We don't need that here.
Let me know
Dave
Hiding TOC Header
Moderators: Alexander Halser, Tim Green
Hiding TOC Header
You do not have the required permissions to view the files attached to this post.
- Tim Green
- Site Admin
- Posts: 22834
- Joined: Mon Jun 24, 2002 9:11 am
- Location: Bruehl, Germany
- Contact:
Re: Hiding TOC Header
If you absolutely must, then edit hmwebhelp_toc.css and locate this code at line 108:
Code: Select all
p.tocProjectTitle {
font-family: <%PROJECTTITLE_FONT%>;
text-align: center;
font-size: <%PROJECTTITLE_SIZE%>rem;
color: <%PROJECTTITLE_COLOR%>;
padding-left: calc(<%HEADERLOGO_MOBILE_SIZE%>rem + 5px);
}
Code: Select all
p.tocProjectTitle {
display: none;
font-family: <%PROJECTTITLE_FONT%>;
text-align: center;
font-size: <%PROJECTTITLE_SIZE%>rem;
color: <%PROJECTTITLE_COLOR%>;
padding-left: calc(<%HEADERLOGO_MOBILE_SIZE%>rem + 5px);
}
Regards,
Tim (EC Software Documentation & User Support)
Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Tim (EC Software Documentation & User Support)
Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Re: Hiding TOC Header
Hi Tim,
Thanks so much for the quick help.
Dave
Thanks so much for the quick help.
Yes, I understand this. But we really do appreciate your willingness to help us make minor tweaks so we can customize the layout to our current web site standards. Such great support.
Dave