-
AuthorPosts
-
jeffr Friend
jeffr
- Join date:
- February 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
February 19, 2008 at 3:00 am #125802I don’t want to have the news flash module, but the faded black bar/background where the newsfalsh text would normally appear still runs across the header pics. Does anyone know how to get rid of this?
Thanks again to everyone that takes the time to answer!
Jeff R.
February 19, 2008 at 3:21 am #239479<em>@jeffr 40879 wrote:</em><blockquote>I don’t want to have the news flash module, but the faded black bar/background where the newsfalsh text would normally appear still runs across the header pics. Does anyone know how to get rid of this?
Thanks again to everyone that takes the time to answer!
Jeff R.</blockquote>
template_css.css
line 495 and down
<blockquote>
/* MODULE
——————————————————— */
div.moduletable h3 {
background: url(../images/h3-bg-narrow.gif) no-repeat;
margin: 0 -10px 5px;
padding: 0 5px 0 10px;
line-height: 35px;
}.wide div.moduletable h3 {
background: url(../images/h3-bg.gif) no-repeat;
}</blockquote>Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 19, 2008 at 6:59 am #239487Make a small change in template index.php file to make this newsflash and gray background bar collasible. Open template index.php file, search this code (line 198):
<div class="innerpad">
<?php echo mosLoadModules ( 'top',-2 ); ?>
</div>
and change to:
<?php if (mosCountModules('top')) { ?>
<div class="innerpad">
<?php echo mosLoadModules ( 'top',-2 ); ?>
</div>
<?php } ?>
2 users say Thank You to Khanh Le for this useful post
kgp Friendkgp
- Join date:
- June 2006
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
March 5, 2008 at 9:58 pm #241396I also have this faded black bar/background on the header.
I’m using J1.5 template.
What can I do in the index.php file.??kgp Friendkgp
- Join date:
- June 2006
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
March 6, 2008 at 9:09 pm #241519Does anyone know??
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by kgp 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum