phoca cart "add to cart" popup module excess background

Phoca Cart - complex e-commerce extension
wizarddesign
Phoca Enthusiast
Phoca Enthusiast
Posts: 61
Joined: 04 Nov 2012, 23:40
Location: Iran
Contact:

phoca cart "add to cart" popup module excess background

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

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

Post by christine »

Hi,

add foll. code to your custom.scss
div.modal {
background:transparent;
box-shadow:none;
border:none;
}
Kind regards
Christine
wizarddesign
Phoca Enthusiast
Phoca Enthusiast
Posts: 61
Joined: 04 Nov 2012, 23:40
Location: Iran
Contact:

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

Post by wizarddesign »

Hi Christine,

It worked well. Thanks a lot
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

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

Post by christine »

Hi,

that's fine.
Kind regards
Christine
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
Post Reply