Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tetoelbano Friend
    #192560

    hello to all,
    I’m not very practical for joomla. How do I remove the h3 tag from the menu titles? This thing is needed to improve the SEO of my website.

    I have JA Edenite template for Joomla 2.5

    Ninja Lead Moderator
    #513650

    You can find and change h3 tag in this file: templates/ja_edenite/html/modules.php

    <h3><span><?php echo $module->title; ?></span></h3>

    Don’t forget to clear cache from Admin area

    tetoelbano Friend
    #513691

    ok, thank you Ninja Lead, now I see the file modules.php … but if in this file, I remove tags h3 as you say, I lose the whole effect of the title bar menu. I would like to maintain the look and feel identical to the original. How can I do?

    Ninja Lead Moderator
    #513778

    I have added css style into templates/ja_edenite/css/template.css file. Here it goes

    .column div.moduletable_menu .module_title, .column div.moduletable .module_title, .column div.moduletable_hilite .module_title {
    background: #a8a8a8 url(../images/grad3.gif) 0 100% repeat-x;
    border-bottom: 1px solid #E7E8E6;
    color: #fff;
    font-size: 100%;
    margin: 0px 2px 5px -10px;
    padding: 7px 10px;
    }

    tetoelbano Friend
    #513835

    you are an angel !!

    Thank you very very much !! 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  tetoelbano 10 years, 11 months ago.

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