Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author teastudio.pl

    (@teastudiopl)

    there is no lightbox, maybe your theme or another plugin adds?

    Thread Starter Noobiel

    (@noobiel)

    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!

    Plugin Author teastudio.pl

    (@teastudiopl)

    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;
    }
    Thread Starter Noobiel

    (@noobiel)

    .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.

    Plugin Author teastudio.pl

    (@teastudiopl)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘lightbox’ is closed to new replies.