Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   eCommerce & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=31)
-   -   [SOLVED] Atahualpa + WooCommerce - container shadow (http://forum.bytesforall.com/showthread.php?t=20147)

omily Apr 17, 2013 01:14 PM

[SOLVED] Atahualpa + WooCommerce - container shadow
 
Hi All,

I'm pretty new to using Wordpress and Atahualpa, but very amazed at the things one can do very quickly. Kudo's!

I installed the WooCommerce theme, and use the eCommerce theme of Atahualpa. In my main layout (Style & configure LAYOUT), I have this as my CSS in the Layour container style:
Code:

padding: 0;
box-shadow: 5px 2px 3px #800000, -5px 2px 3px #800000;

Unfortunately, this repeats in the container used for the products.
Is there any way to avoid this?

You can see the result here:
http://www.omilyshop.com/blog

Thanks!

lmilesw Apr 17, 2013 04:12 PM

That may have something to do with some woo commerce code. Instead of putting the code where you did try adding the following to the CSS Inserts in the theme options.
HTML Code:

div#wrapper {
    box-shadow: 5px 2px 3px #800000, -5px 2px 3px #800000;
}


omily Apr 18, 2013 01:33 PM

That did the trick.
Thanks a million!

Even the Atahualpa support is impressive ;)


All times are GMT -6. The time now is 08:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.