Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • beyondsports Friend
    #132778

    i need to unpublish or remove the menu under the logo position…
    thanks
    trey

    beyondsports Friend
    #268102

    what would i need to edit so the entire left column of the website is a solid color… in my case te color is #cc0000…. where in the template.css would i edit this?
    thanks again
    trey

    Khanh Le Moderator
    #268121

    To remove top menu, open template index.php file, and remove this block of code:


    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap">

    <div id="ja-mainnav">
    <?php $jamenu->genMenu (0); ?>
    </div>

    <?php if ($this->countModules('user4')) { ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="user4" style="raw" />
    </div>
    <?php } ?>

    </div>

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->

    To edit background for left column, you could find and edit this style in template.css:


    #ja-col1 {template.css (line 543)
    background:#CC0000 none repeat scroll 0% 0%;
    color:#626A69;
    float:left;
    overflow:hidden;
    width:20%;
    }

    beyondsports Friend
    #268169

    thanks khahn… ive made the change’s… where would i change the text in the menu’s presently on the left…ie resource and key concepts….

    thanks
    trey

    hey can you take a look at a post i made in telline forum about another site i am working on… posted yesterday afternoon and havent got a response…

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

This topic contains 4 replies, has 2 voices, and was last updated by  beyondsports 16 years, 2 months ago.

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