Jump to content
Sign in to follow this  
mending

Feature Background Color

Recommended Posts

mending

Hi there, How to I change the default Feature Background Color from black to say white? I have tried this: #feature-wrap div.fmedia {background-color: #ffffff !important;}

Share this post


Link to post
Share on other sites
cmunns

You'd target this CSS (and change it ) to do it

	#feature-area .fcontainer {
	    background: url("../images/feature-area-bg.png") repeat-x scroll left bottom #000000;
	}
	

Share this post


Link to post
Share on other sites
mending

Hi there, That doesn't seem to do any difference. If I set hight of the Feature Stage Area to higher than the image beeing shown, the background color behind is clearly black. Unfortunately this black background color is also shown when images load. I need to make it white.

Share this post


Link to post
Share on other sites
Kate

Please try adding this to your custom CSS:

.fcontainer{background:none !important;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×