-
AuthorPosts
-
mikel2004 Friend
mikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 11, 2014 at 8:07 pm #195694Hi!
I wiah to hide the logo to clear the position. I don´t want anything in logo’s place.
What can I do?
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 11, 2014 at 8:46 pm #526348So that I can best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General settingsmikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 11, 2014 at 9:03 pm #526350My site is: http://veintiuno.czoom.co/
Thanks!
<em>@TomC 415902 wrote:</em><blockquote>So that I can best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General settings</blockquote>TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 11, 2014 at 9:10 pm #526351For the particular color theme you are using (i.e. “orange”) . . . .
Within file path —> /templates/ja_teline_iv_t3/css/themes/orange/template.css
at line 5030, add a “display” non” property to the CSS rule – as follows:
.logo-image a.bg-image {
background-image: url("../../../images/logo.png");
background-repeat: no-repeat;
display: none;
}What version of Teline IV are you using? – J2.5? J3?
1 user says Thank You to TomC for this useful post
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 11, 2014 at 9:16 pm #526352Great!!!!
I’m use J3 with T3
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 11, 2014 at 9:22 pm #526353<em>@mikel2004 415907 wrote:</em><blockquote>Great!!!!
I’m use J3 with T3
Thanks!</blockquote>
Another way to go about it would be to create a “custom.css” file – within file path —>
/templates/ja_teline_iv_t3/css <— and place the following CSS rule within it:
.logo-image a.bg-image {
background-image: url("../../../images/logo.png");
background-repeat: no-repeat;
display: none;
}which will/should apply to any/all themes you may use in the future
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by TomC 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to hide logo’s site?
Viewing 6 posts - 1 through 6 (of 6 total)