Hello again,
after pasting this code to override.css
"#facebox > span {
display: none;
}
#facebox .popup {
border: medium none;
border-radius: 0 !important;
min-width: 320px;
overflow: hidden !important;
}
#facebox .popup .content {
display: block !important;
padding: 10px 30px 50px 10px !important;
position: relative;
text-align: left;
width: auto !important;
}
#facebox .popup .content a {
background: #eba034 none repeat scroll 0 0;
border: 1px solid #eba034;
border-radius: 2px;
bottom: 0;
color: #fff;
cursor: pointer;
display: block;
font-size: 10px;
font-weight: 400;
padding: 6px 45px;
position: absolute;
right: 10px;
text-align: center;
text-transform: uppercase;
}
#facebox .popup .content > a:hover {
border-color: #26292b;
}
#facebox .popup .content a.continue_link {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
color: #26292b;
left: 10px;
right: auto;
}
#facebox .popup .content a.continue_link:hover {
border-color: #26292b;
color: #fff;
}
#facebox .popup .content h4 {
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
min-width: 400px;
padding: 12px 0 20px;
}
#facebox .popup .content a:hover, #facebox .popup .content a.continue_link:hover {
background: #26292b none repeat scroll 0 0 !important;
}
#facebox .popup {
background: #fff none repeat scroll 0 0;
padding: 20px;
}
"
and deactivating fancybox in virtuemart I got these situation (see screenshot attached).
Please provide a solution as I installed the quickstart package and hoped to get the demosite without problems! It is really urgent.
Another issue is, that if you put something in the cart, you see the prices without taxes in the popup cart. The total sum is with taxes. I would like to have the prices with tax for each item. How can I modify the popup cart to get this?
My site is: www.natindesign.com
Thanks.
Best regards,
David