-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 10, 2013 at 10:17 am #191271Hi,
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?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 10, 2013 at 4:26 pm #508630It 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 Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 11, 2013 at 10:31 am #508741Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 11, 2013 at 10:40 am #508742You 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;
}1 user says Thank You to Ninja Lead for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 11, 2013 at 3:34 pm #508754smartmax . . . . NinjaLead’s suggestion may be the safer bet – to keep things from being overwritten upon clearing t3 cache and such.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 15, 2013 at 3:24 pm #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 !!!
🙂
1 user says Thank You to TomC for this useful post
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 16, 2013 at 2:05 pm #509177I just started and already it looks great, keep up the good work!
-
1 user says Thank You to smartmax for this useful post
AuthorPostsViewing 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
Jump to forum