Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • lasor123 Friend
    #135849

    Hi alle.

    How do I change the size of logo …. how do I get a bigger logo on the page?

    How to change the blue color in the template to another color … not standard blue, but # 01468b still in the shadow effect.

    Hope for some quick help.

    Best, Fortza
    Joomla V.: 1.0.15 stable

    cjmicro Friend
    #280888

    #1 to change logo size, create your logo image. Let’s say you make it 200x100px.

    Go to the extenstions/template manager. make sure your parameters have image as the logo, not text. Then edit the template/css.

    Find this area

    <blockquote>/* HEADER
    ——————————————————— */
    #ja-header {
    height: 80px;
    line-height: normal;
    position: relative;
    }

    #ja-header a {
    }

    h1.logo, h1.logo-text {
    margin: 0;
    padding: 0;
    font-size: 200%;
    }

    h1.logo a {
    width: 435px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 42px;
    bottom: 15px;
    left: 0;
    }
    </blockquote>

    Change the width & height and url to match your logo (more if you need padding etc). then save.

    As far as your color, are you talking about just the navbar? If so you can change that blue in this area

    <blockquote>#ja-mainnav {
    background: url(../images/grad1.gif) repeat-x top #2C79B3;
    height: 32px;
    }</blockquote>

    You can make a new gradient gif and color there. The shadow should still work.

    Hope this helps,
    Cheryl

    lasor123 Friend
    #281179

    Hi Cheryl.

    Thanks for your help……..what line for navbar color ?

    cjmicro Friend
    #281185

    I believe the edenite template uses an image for the navbar background so you would have to either just take that out and make it a color background or change the image out.

    <blockquote>/* MAIN NAVIGATION
    ——————————————————— */
    #ja-mainnavwrap {
    background: url(../images/trans_bg1.png) repeat-x bottom;
    could change to background: #CCCCCC;
    height: 37px;
    position: relative;
    z-index: 999;
    }

    #ja-mainnav {
    background: url(../images/trans_bg1.png) repeat-x top #2C79B3;
    height: 32px;
    }</blockquote>

    However, I believe some of it is also controlled in teh moomenu.css (or whatever menu you are using).

    So in moomenu.css, for example, you’ll have to look for and edit this:

    <blockquote>———————————–*/
    /* 1st level */
    #ja-cssmenu li a {
    display: block;
    text-decoration: none;
    line-height: 32px;
    padding: 0 20px;
    color: #C3DBED;
    font-size: 100%;
    font-weight: bold;
    border-right: 1px solid #2B6484;
    }

    #ja-cssmenu li a:hover,
    #ja-cssmenu li a:active,
    #ja-cssmenu li a:focus {
    color: #FFFFFF;
    }

    #ja-cssmenu li:hover,
    #ja-cssmenu li.sfhover,
    #ja-cssmenu li.havechildsfhover,
    #ja-cssmenu li.havechild-activesfhover {
    color: #FFFFFF;
    background: url(../../images/trans-bg.png) repeat-x top #2B6484;
    }

    #ja-cssmenu li a.active,
    #ja-cssmenu li a.active:hover,
    #ja-cssmenu li a.active:active,
    #ja-cssmenu li a.active:focus {
    color: #FFFFFF;
    background: url(../../images/trans-bg.png) repeat-x top #91AE4E;</blockquote>

    Good luck! Hope that helps.

    Cheryl

    lasor123 Friend
    #281251

    Hi again Cheryl.

    I´ll try it……..and getting back if it dosen´t work…….but thanks A LOT;-)

    The WERY best, Lasor123

    lasor123 Friend
    #282563

    Hi again.

    Sorry, but…..do u know how and where i remove the text below : You are here: ????

    Best, Lasor123

    cjmicro Friend
    #282574

    If you mean you wish to remove the text “you are here” i think you can just turn off the breadcrumb module, or you can remark out that part of the code in the html of the template.

    Cheryl

    lasor123 Friend
    #282587

    Thanks……i change it in the html file……thanks 🙂

    Best, Lasor123

    lasor123 Friend
    #282594

    Hi again.

    Sorry to ask you again…..but, do u knwo where i can remove this text : Joomla! is Free Software released under the GNU/GPL License. it´s in the botton of another Joomlart template…..?

    Best, Lasor123

    cjmicro Friend
    #282598

    there is some code at the bottom of the template html that has that info you can remark it out, similar to what you did with the breadcrumbs.

    lasor123 Friend
    #282658

    Sorry, no look in that solution 🙁

    lasor123 Friend
    #283216

    Hello again 🙂

    Is it possible to remove the module position: left entirely from the page?

    Best, Lasor

    cjmicro Friend
    #283223

    if you do’nt have anything int hat position it shouldn’t show up, so not sure exactly what you are trying to do??

    lasor123 Friend
    #283232

    I want to remove it for good……i dont have any modul ore text in the left side…..so i wat to get rid of it…….if u are looking at this link : http://www.joomlart.com/templates_club/club_portfolio/ja_edenite.html then u can see that position (L) = left side…..this is the one potition i want to get rid of……

    lasor123 Friend
    #283264

    Hi again.

    I have finde the problem my self, it was “Other menu” that stil was “Public”.

    Maybe you can tell me, where i can change the font color for the template, my friend want all text to become “Black”……where can i change this…?

    Best, Lasor123

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

This topic contains 15 replies, has 2 voices, and was last updated by  lasor123 15 years, 9 months ago.

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