Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • imurillo Friend
    #205053

    I want Change size of footer and Remove positions of modules,

    I want the footer like picture imagen5,


    1. imagen5
    2. imagen4
    jooservices Friend
    #564762

    Hi there
    # Please provide your site URL for checking.
    Thank you,
    Viet Vu

    imurillo Friend
    #565975

    I provide you the url in private message

    jooservices Friend
    #566010

    Hi there
    # For T3 menu please change with your custom css

    .t3-logo-small.t3-logo-light {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");

    For large part to change color

    .t3-footer {
    background: red;
    }

    and you’ll need set black color for t3-copyright

    .t3-copyright {
    margin-top: 60px;
    background: black;
    }

    Thank you,
    Viet Vu

    imurillo Friend
    #566212

    I did change in template.css file, and it does not work., nothing happens

    /*.t3-footer {
    /* background: #222222
    /* color: #595959
    /* font-size: 12px;
    /*}

    I set

    .t3-footer {
    background: red;
    }

    /*.t3-copyright {
    /* border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* font-size: 12px;
    /* margin-top: 20px;
    /*}

    I set

    .t3-copyright {
    margin-top: 60px;
    background: black;
    }

    t3logo-small-light.png is my logo file.

    .t3-logo-light {
    background-image: url(“images/t3logo-small-light.png”);
    }

    .t3-logo-small.t3-logo-light {
    background-image: url(“images/t3logo-small-light.png”);

    TomC Moderator
    #566216

    <em>@imurillo 467600 wrote:</em><blockquote>I did change in template.css file, and it does not work., nothing happens

    /*.t3-footer {
    /* background: #222222
    /* color: #595959
    /* font-size: 12px;
    /*}[/quote]

    Does the above CSS have semi-colons after the color codes? – this is important

    imurillo Friend
    #566231

    yes, I copy this from template.css file

    background and color has comment ( /* )

    background: #222222
    color: #595959

    /*.t3-footer {
    /* background: #222222
    /* color: #595959
    /* font-size: 12px;
    /*}

    .t3-footer {
    background: red;
    }

    TomC Moderator
    #566233

    Are you using a particular template color theme?

    imurillo Friend
    #566234

    The template is ja_biz – Blue Color

    imurillo Friend
    #566236

    If you want to chek, i could provide you my account but only in private message

    TomC Moderator
    #566239

    <em>@imurillo 467611 wrote:</em><blockquote>If you want to chek, i could provide you my account but only in private message</blockquote>

    sure – certainly doesn’t hurt to have two sets of eyes checking

    jooservices Friend
    #566246

    Hi there
    # You should not work with template.css . Please work on custom.css instead.
    # In case you work on custom.css you’ll need to increase css priority or use !important

    In case you can’t work on this. Please provide FTP access. I’ll help you work on that.

    Thank you,
    Viet Vu

    jooservices Friend
    #566247

    <em>@imurillo 467600 wrote:</em><blockquote>I did change in template.css file, and it does not work., nothing happens

    /*.t3-footer {
    /* background: #222222
    /* color: #595959
    /* font-size: 12px;
    /*}

    I set

    .t3-footer {
    background: red;
    }

    /*.t3-copyright {
    /* border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* font-size: 12px;
    /* margin-top: 20px;
    /*}

    I set

    .t3-copyright {
    margin-top: 60px;
    background: black;
    }

    t3logo-small-light.png is my logo file.

    .t3-logo-light {
    background-image: url(“images/t3logo-small-light.png”);
    }

    .t3-logo-small.t3-logo-light {
    background-image: url(“images/t3logo-small-light.png”);</blockquote>

    Hi there
    Just one to note you are applying wrong css format.

    For sample this one

    /*.t3-copyright {
    /* border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* font-size: 12px;
    /* margin-top: 20px;
    /*}

    You want to comment out this ?
    It should be


    /*.t3-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
    margin-top: 20px;
    }/*

    http://www.w3schools.com/css/css_syntax.asp

    Thank you,
    Viet Vu

    imurillo Friend
    #566339

    I am disappointed about Jamasshead module i t does not works as joomlart explain in documentation, I think I have to remove this module

    imurillo Friend
    #566340

    About the comment, dos pares de ojos ven mas que uno. Thanks.

    I aplly changes but nothig happens.

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

This topic contains 16 replies, has 3 voices, and was last updated by  TomC 9 years, 6 months ago.

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