Page 1 of 1

phoca cart "add to cart" popup module excess background

Posted: 13 Dec 2020, 00:41
by wizarddesign
Hi,

I have a phoca premier template for my shop and the modal popup window looks weird and nothing like the one in the demo.
it has a window with background in it.
please look at the image:
Image

Re: phoca cart "add to cart" popup module excess background

Posted: 14 Dec 2020, 14:00
by christine
Hi,

add foll. code to your custom.scss
div.modal {
background:transparent;
box-shadow:none;
border:none;
}
Kind regards
Christine

Re: phoca cart "add to cart" popup module excess background

Posted: 15 Dec 2020, 00:35
by wizarddesign
Hi Christine,

It worked well. Thanks a lot

Re: phoca cart "add to cart" popup module excess background

Posted: 15 Dec 2020, 12:06
by christine
Hi,

that's fine.
Kind regards
Christine

Re: phoca cart "add to cart" popup module excess background

Posted: 15 Dec 2020, 17:19
by Jan
BTW - this mostly happens when two Bootstrap libraries are loaded at once (mostly different version), so try to check if you page does not loat more instances of Bootstrap.

Jan