Jump to content
Sign in to follow this  
djcsuomi

Feature background

Recommended Posts

djcsuomi

I have done quite a bit of customization on the feature box to get it to look the way I'd like, but there is one small problem I cannot seem to fix. As shown in the site below, the background of my images has a slight glossy gray at the bottom of the feature box. I would like to get rid of the grey and make the whole background behind the paintings black. Any ideas for css code to do this? www.thequeenancollection.com

Share this post


Link to post
Share on other sites
catrina

Please add the following CSS to the custom code in your settings:

#feature-wrap div.fmedia {background-color: #000;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
djcsuomi

That did not quite work. I tried putting just that in and the grey at the bottom of the feature section stayed the same as can be seen on the site. Any other ideas?

Share this post


Link to post
Share on other sites
cmunns

CSS should go in the PlatformPro Settings - CUstom Code - Custom CSS text field box.

Share this post


Link to post
Share on other sites
djcsuomi

I understand that. The code simply does nothing. Does it matter in what order I put the css commands? Currently I put that in and as you can see by the look of the page, the grey tint is still at the body of the feature section, above the thumbs...

Share this post


Link to post
Share on other sites
Kate

Please try this in your custom CSS:

.fcontainer{background-image:none !important;}

Share this post


Link to post
Share on other sites
djcsuomi

Wow, worked like a charm. Thank you so much. What does the !important mark do?

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  

×