Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Kevin Collins Friend
    #184534

    I have attempted to follow similar post in Solved issue with no success.

    I need exact instructions as to what files to change and what code. So far below is what I’ve changed over: from hidden to visible

    the size in template.css

    In style.less

    // Logo Image
    // ----------
    .logo-image {
    overflow: visible;

    In template.css

    }
    .logo-image {
    overflow: visible;
    }
    .logo-image a {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 100px;

    Ninja Lead Moderator
    #481859

    I would need to take a closer look at your site. You can send me URL on your site for further investigation

    Kevin Collins Friend
    #482403

    I’m getting no support from this forum. I need a solution for this issue. Can’t someone from Joomlart support this issue in a timely manner.

    I’ve sent the PM and no response. :((

    What does it take?

    <em>@teleactive1 357821 wrote:</em><blockquote>I have attempted to follow similar post in Solved issue with no success.

    I need exact instructions as to what files to change and what code. So far below is what I’ve changed over: from hidden to visible

    the size in template.css

    In style.less

    // Logo Image
    // ----------
    .logo-image {
    overflow: visible;

    In template.css

    }
    .logo-image {
    overflow: visible;
    }
    .logo-image a {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 100px;


    </blockquote>

    clrmedia Friend
    #482416

    style.less should contain:


    // Logo Image
    // ----------
    .logo-image {
    overflow: hidden;

    a {
    background-image: url("@{T3LogoImage}");
    background-repeat: no-repeat;
    width: 400px;
    height: 100px;
    }

    //hide sitename and slogan
    span, small {
    display: none;
    }

    }

    Ninja Lead Moderator
    #482419

    <blockquote>I’m getting no support from this forum. I need a solution for this issue. Can’t someone from Joomlart support this issue in a timely manner.

    I’ve sent the PM and no response.

    What does it take?</blockquote>
    @teleactive1: I only see above text in your PM to MY INBOX(Today 03:41 AM) , I asked you to send me URL on your site but I didn’t receive it, send it to me, I shall help you out .

    dieudonne Friend
    #482516

    style.less contains :


    a {
    background-image: url("@{T3LogoImage}");
    background-repeat: no-repeat;
    width: @T3logoWidth;
    height: @T3logoHeight;
    }

    So you can change @T3logoWidth and the @T3logoHeight in the file variables.less


    @T3logoWidth: 80px;
    @T3logoHeight: 50px;
    @T3LogoImage: "../images/logo.png";

    Use Crunch to edit your .less files : http://crunchapp.net/. It is more easy.

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

This topic contains 6 replies, has 4 voices, and was last updated by  dieudonne 11 years, 3 months ago.

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