-
AuthorPosts
-
November 1, 2008 at 7:26 pm #134986
Hi,
I was wondering how to remove the second line with text (titles from the main navigation in the top. I have looked around everywhere but was not able to locate it in de CSS files…
Please see the image. It’s the second line (red arrows)
Thanx
Markyboy
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 4, 2008 at 9:00 am #278012Hi
please edit Base.class.php(templatesja_olivineja_menus folder)
Search those lines:
if ($this->getPageTitle($iParams)) {
$txt .= '<span class="menu-desc">'. $this->getPageTitle($iParams).'</span>';
} else {
$txt .= '<span class="menu-desc">'. $tmp->name.'</span>';
}Change to
if ($this->getPageTitle($iParams)) {
//$txt .= '<span class="menu-desc">'. $this->getPageTitle($iParams).'</span>';
} else {
//$txt .= '<span class="menu-desc">'. $tmp->name.'</span>';
}1 user says Thank You to Sherlock for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Sherlock 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove second titles from Main Nav >> See Image!!!
Viewing 2 posts - 1 through 2 (of 2 total)