Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • harryaalfha Friend
    #175041

    How tho change the t3 image, in the footer position.


    1. help
    pavit Moderator
    #443934

    Hi

    In this file /plugins/system/jat3/jat3/base-themes/default/css/template.css around line 1218 you have

    .t3-logo, .t3-logo-sm {
    display: block;
    }
    .t3-logo, .t3-logo a {
    height: 34px;
    width: 200px;
    }
    .t3-logo-sm, .t3-logo-sm a {
    height: 34px;
    width: 77px;
    }
    .t3-logo a, .t3-logo-sm a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -1000em;
    }
    .t3-logo-light a {
    background-image: url("http://static.joomlart.com/t3/logo/t3_logo_light.png");
    }
    .t3-logo-dark a {
    background-image: url("http://static.joomlart.com/t3/logo/t3_logo_dark.png");
    }
    .t3-logo-light-sm a {
    background-image: url("http://static.joomlart.com/t3/logo/t3_logo_light_sm.png");
    }
    .t3-logo-dark-sm a {
    background-image: url("http://static.joomlart.com/t3/logo/t3_logo_dark_sm.png");
    }

    change with your image

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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 12 years, 8 months ago.

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