Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • neworker Friend
    #186562

    Hello.

    can we make all header area including logo as well.

    like i dont want a seprate place for logo i want to make a whole side banner and place it in the top header + logo area

    Thank you.

    Ninja Lead Moderator
    #489411

    Your request is about custom work and out of scope of JA Support but you can follow my suggestion

    1) Hide logo

    Open templates/ja_purity_ii/css/template.css file
    from


    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    display: block;
    height: 79px;
    width: 207px;
    }

    change to


    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    display: block;
    height: 79px;
    width: 207px;
    display: none;
    }

    2) Upload image banner include logo of your site here

    Open templates/ja_purity_ii/blocks/head.php file

    from


    <style type="text/css">
    #ja-header .main {
    background-image: url(<?php echo T3Path::getUrl('/images/header/header'. rand(1,3).'.jpg'); ?>);
    }
    </style>

    With image path randomize: templates/ja_purity_ii/images/header/header1.jpg, header2.jpg, header3.jpg

    neworker Friend
    #489530

    ok now i will give a template try
    thank you.

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

This topic contains 3 replies, has 2 voices, and was last updated by  neworker 11 years, 7 months ago.

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