Link to home
Start Free TrialLog in
Avatar of Greg Kotow
Greg Kotow

asked on

Need help in removing a bg image

Hello!
I have a WARP6 Joomlaplates' JP-X2 template and I'm on a latest version of Joomla. I used to have a big bg image of a lady on every site page. So one has to scroll down to see the actual pages' content. So I decided to leave the lady bg image just on a main page and to remove it from the other pages. In backend of Joomla in Template Manager in current template's settings I have a way of assigning a bg image just for a main page. So now it's there (and it's fine!), BUT... on the rest of the pages I see a huge and ugly white space where the lady's image used to be. And I don't know why white space is there and how to get rid of it. Here's the link to the site:
site's URL

I'll attach two image files to demonstrate the problem. Like how it is with a bg image and how it is without it. Plus I'll attach current template's custom.css file. Here's a link to custom.css file:
custom.css file

  User generated imageUser generated image
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

you may try to remove the following HTML from the sub pages:

<div id="slideshow-1-5d3f9303aafce" class="wk-slideshow wk-slideshow-default" data-widgetkit="slideshow" data-options='{"style":"default","autoplay":0,"interval":9000,"width":"auto","height":"auto","duration":500,"index":0,"order":"default","navigation":0,"buttons":0,"slices":3,"animated":"scroll","caption_animation_duration":300}'>
	<div>
		<ul class="slides">

									<li>
				<article class="wk-content clearfix"><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></article>
			</li>
												<li>
				<article class="wk-content clearfix"></article>
			</li>
												<li>
				<article class="wk-content clearfix"></article>
			</li>
								</ul>
				<div class="caption"></div><ul class="captions"><li></li><li></li><li></li></ul>
	</div>
	</div>	

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Greg Kotow
Greg Kotow

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial