Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • markyboy Friend
    #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


    1. Double_titles
    Sherlock Friend
    #278012

    Hi
    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>';
    }

Viewing 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