Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • simonshah Friend
    #132723

    I have read instructions and understand how to amend the logo in this template but wanted it a little larger than the original. It is now cut off from the right hand side.

    I also want to replace the color of the grey/black navigation bar to match the colors of the new logo I have replaced.

    Can anyone explain the steps I would need to do to complete this process? I can happily amend any graphics or css files but just require an overview of how to go about this..

    I am using a local version of joomla on my pc to build the site

    Thanks

    Simon


    1. screenshot
    Sherlock Friend
    #267927

    Hi
    you can change css for logo: template.css (line 1141)

    h1.logo a {
    background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
    display:block;
    float:left;
    height:45px;--> change height
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-indent:-5000px;
    text-transform:uppercase;
    width:198px;--> change width
    }

    Sherlock Friend
    #267929

    Change background of menu : template.css (line 1119)

    #ja-header {
    background:transparent url(../images/head-bg.gif) no-repeat scroll 0 60px;
    height:140px;
    position:relative;
    z-index:999;
    }

    Sherlock Friend
    #267930

    If you use moomenu, you can change hover menu , active menu :ja-sosdmenu.css (line 116)

    #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
    background:#333333 none repeat scroll 0 0;
    color:#FFFFFF;
    }

    simonshah Friend
    #268160

    Thank you. I will give these a try

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

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

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