Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rkrause Friend
    #135716

    Ok, so i know how to change the page title’s, but if i change them through the mainmenu panel, it also effects the subtitle on the navigation. Can someone advise on how to do this properly without effecting the subtitles.

    Thanks,
    Ryan

    mihirc Friend
    #283601

    Hello,

    Can you please post a live link, so that i can understand what you are trying to achieve!

    Regards,
    Mihir C.

    jay973 Friend
    #283615

    Hi,

    As far as I know, the page title and menu subtitle are always the same as each other by design. You can disable the subtitle, if you wish, on the main menu by this method:

    in template.css (line 788) change

    #ja-mainnav span.menu-desc {
    clear:both;
    color:#A2893E;
    display:block; <— CHANGE THIS LINE
    font-size:80%;
    font-weight:normal;
    line-height:normal;
    padding:0 10px;
    }

    to this:

    #ja-mainnav span.menu-desc {
    clear:both;
    color:#A2893E;
    display:none; <— TO THIS
    font-size:80%;
    font-weight:normal;
    line-height:normal;
    padding:0 10px;
    }

    Hope this helps,
    Jason.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  jay973 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum