there is no lightbox, maybe your theme or another plugin adds?
umm maybe im getting wrong with termins. im talking about thin white frame arount product in carousel.
http://a0021809.xsph.ru/ here u can see the carousel.
thx for reply btw!
ok, now it’s clear 🙂
you can overwrite in your stylesheet/or create the custom one (see FAQ)
.light-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-container {
border: 0 none;
}
.light-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-container { border: 0 none; }
.light-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-container:hover { border-color: #ebebeb; background: #954964; }
this is how my light.css in plugin directory looks like now. and yet there is border and hower background still white too.
i read faq and there is string “If you don’t have “css” folder in your WordPress theme, you must create it.” but default styles in plugin folder.
im a bit confused and im kinda new with wordpress so sorry for maybe dumb questions.
where did you paste this css code?
You should paste it to your theme’s stylesheet (style.css) at the end of the file.
if you have problems you can order this kind of modification.