-
AuthorPosts
-
November 19, 2013 at 8:52 am #192372
I ‘ve tried to remove the mero logo… dont want to show a logo at that spot and removing the used space for that… changes I’ve made… nothing changes
.logo-image a {
background-image: url(“../images/logo.png”);
background-repeat: no-repeat;
width: 200px;
height: 1px;
}pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 19, 2013 at 8:55 am #512686Hi
add a
display:none;
November 19, 2013 at 9:07 am #512689You mean like this
.logo-image a {
background-image: url(“../images/logo.png”);
background-repeat: no-repeat;
width: 200px;
height: 1px;
display:none;
}Thats not working…. but what i want is to remove the used space. Tried that by changing the hight to 1 px… doesnt work either
in css/template.cssJohn
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 19, 2013 at 9:10 am #512691You are right
try to change in this way
.logo-image a {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
width: 200px;
height: 1px;
display:none!important;
}November 19, 2013 at 9:21 am #512695That removed the image… but the space is still used
I want to remove the unused black space form where the logo wasFor that I changed the hight of the logo to 1 px… i thought that would do the trick
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 19, 2013 at 9:29 am #512698When you remove the image it is remove the space also
/templates/ja_mero/css/template.css around line 2641
.logo h1,
.logo h1 a {
display: inline-block; <<- change to display:none;
line-height: 1;
margin: 0;
}also post a link to your page so we can check better
November 22, 2013 at 12:54 pm #513149didn’t remove the used space
Hi Pavit
I looked at it with the Firefox inspector
if i remove the header id and the <h1> it removes the used space…But where can i do that in de css.. tried this but nothing changed…
<!–
HEADER
–>
<header id=”ja-header” class=”wrap ja-header navbar-collapse-fixed-top”><div class=”container”>
<div class=”row”>
<!–LOGO
–>
<div class=”span8″>
<div class=”logo logo-image”>
<h1>
<a style=”background-image:url(/images/logo/zwart.gif);” title=”ferryharms.nl” href=”/”> … </a>
<small class=”site-slogan hidden-phone”></small>
</h1>
</div>
</div>
<!–//LOGO
–>
</div>
</div></header>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 25, 2013 at 4:58 am #513347Hi john078,
In order to remove the used space of logo completely , you can remove or comment the logo position defined in the header block. You can backup and open templatesja_merotplsblocksheader.php file, find and remove lines:
<!-- LOGO -->
<div class="span8">
<div class="logo logo-<?php echo $logotype ?>">
<h1>
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</h1>
</div>
</div>
<!-- //LOGO --> -
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum