lagnaf_14 0 Report post Posted March 18, 2011 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 6 Report post Posted March 18, 2011 #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