-
AuthorPosts
-
January 30, 2013 at 11:55 pm #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 31, 2013 at 11:38 am #481859I would need to take a closer look at your site. You can send me URL on your site for further investigation
February 4, 2013 at 8:41 pm #482403I’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 Friendclrmedia
- Join date:
- October 2007
- Posts:
- 102
- Downloads:
- 18
- Uploads:
- 8
- Thanks:
- 17
- Thanked:
- 11 times in 1 posts
February 5, 2013 at 12:11 am #482416style.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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 5, 2013 at 1:55 am #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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 5, 2013 at 1:47 pm #482516style.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.
1 user says Thank You to dieudonne for this useful post
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by dieudonne 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum