Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • smartmax Friend
    #191271

    Hi,
    I would like to use this template for a client of mine,
    but is is a must that his logo is shown on a white background
    (regulations of business logo use). Is this possible?


    1. Header_logo_white
    TomC Moderator
    #508630

    It is absolutely possible …. and it can be accomplished as follows:

    Within file path — /t3-assets/dev/templates.ja_mitius.less.style.less.css

    at line 3, you will see the following:


    .ja-header .container {
    background: url("../../templates/ja_mitius/images/header-bg.gif") repeat scroll left top rgba(0, 0, 0, 0);
    overflow: visible;
    padding-bottom: 5px;
    padding-top: 20px;

    }

    You would simply modify the background property to reflect a white color background, rather than the default image – for example:


    .ja-header .container {
    background: FFFFF
    padding-bottom: 5px;
    padding-top: 20px;

    }

    Hope That Helps

    smartmax Friend
    #508741

    Hi Tom,

    Thank you very much!
    Now I know I can use this template and make a offer to my client.
    If everything is oké, I am going to use this.

    Have a nice weekend.

    Ninja Lead Moderator
    #508742

    You can change it with my below solution

    If use CSS file

    Open templates/ja_mitius/css/template.css file

    From

    .ja-header .container {
    background: url(../images/header-bg.gif) repeat left top;
    padding-top: 20px;
    padding-bottom: 5px;
    overflow: visible;
    }

    Change to

    .ja-header .container {
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 5px;
    overflow: visible;
    }

    Or use LESS file

    Open templates/ja_mitius/less/style.less file

    From

    .ja-header .container {
    background: url(../images/header-bg.gif) repeat left top;
    padding-top: @BaseLineHeight;
    padding-bottom: 5px;
    overflow: visible;
    }

    Change to

    .ja-header .container {
    background: #FFFFFF;;
    padding-top: @BaseLineHeight;
    padding-bottom: 5px;
    overflow: visible;
    }

    TomC Moderator
    #508754

    smartmax . . . . NinjaLead’s suggestion may be the safer bet – to keep things from being overwritten upon clearing t3 cache and such.

    smartmax Friend
    #509054

    This is what I call a SUPER-SERVICE! I am sitting here with a big smile on my face 🙂
    No-where in the world you will find it except at Joomlart!
    I am so grateful, thank you very much!

    TomC Moderator
    #509064

    <em>@smartmax 393689 wrote:</em><blockquote>This is what I call a SUPER-SERVICE! I am sitting here with a big smile on my face 🙂
    No-where in the world you will find it except at Joomlart!
    I am so grateful, thank you very much!</blockquote>

    As always, very glad we could be of assistance to you !!!

    🙂

    smartmax Friend
    #509177

    I just started and already it looks great, keep up the good work!


    1. Schermafbeelding-2013-10-16-om-15.26.27
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  smartmax 11 years, 1 month ago.

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