Shadow background
-
Hello.
Can anyone help me with a css code or something?
I need to have a shadow for background to my wordpress site.The example is this site : http://healthydineout.com/
You see that the frontpage is white and the background is some kind of grey with a shadow.
-
The relevant code on the site you posted is
body { background-color: #f7f7f7; } .bb_page-inner { box-shadow: 0px 9px 0px 0px rgba(255, 255, 255, 0), 0px -9px 0px 0px rgba(255, 255, 255, 0), 10px 0px 30px 0px rgba(0, 0, 0, 0.15), -10px 0px 30px 0px rgba(0, 0, 0, 0.15); }However to apply it to your site you will have to find the appropriate selector to use.
What is your site’s URL?
-
Hi there,
You don’t own any sites on WordPress.com. http://healthydineout.com/ is using the open source WordPress.org software, which works differently from WordPress.com.
For CSS help on that site, please post in the WordPress.org forums or contact your theme’s developer directly:
- The topic ‘Shadow background’ is closed to new replies.