Jump to content
Sign in to follow this  
lagnaf_14

Feature Area (Black overlay)

Recommended Posts

lagnaf_14

Does anyone know how to change the color of the semi-transparent black box in the feature area? I have not been able to locate it via CSS Selector. Help?

Share this post


Link to post
Share on other sites
kastelic
#feature_slider .fcontent {
	background: url(../images/black60.png);
	color: white;
	text-shadow: black 0 -1px 0;
	font-size: 1.2em;
	line-height: 1.55em;
	display: inline;
	position: relative;
	}

Here's the rules I found in my inspector. As you can see, its a transparent png image. You would just need to replace it with on of your own.

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  

×