Jump to content
Sign in to follow this  
jkskovgaard

Styling boxes individually?

Recommended Posts

jkskovgaard

I'd like to style my boxes in the PlatformPro theme. I want a grey margin with rounded edges around each box. I've tried out the following piece of css-code: #boxes { background: #EEEEEE; /* CSS3 Styles */ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } This code creates a grey margin around the entire box area. I want a margin around each box. How do I do that? Cheers, Jens.

Share this post


Link to post
Share on other sites
Kate

Each box has a class of "fbox". You could use that instead ;)

Share this post


Link to post
Share on other sites
jkskovgaard

Thank you, Kate! Problem solved :)

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  

×