Hello,
the new option about mini cart is great, but my header has a background color and the mini cart is displayed with a white background and also is not aligned properly
I may try to correct struggling with CSS, but I would prefer a solution coming from your side
Please see in Private Content
Thank you
Mauro
Hi profumopuntoit,
Please add this CSS code in Enfold > General Styling > Quick CSS:
.html_visible_cart #top .cart_dropdown {
border: none;
margin-top: -30px;
}
.html_visible_cart #top .cart_dropdown .cart_dropdown_link {
background-color: transparent !important;
}
Best regards,
Nikko
Ok thank you Nikko
These rules will be added in a future release?
Just to know, so that I can remove them in the future
Thank you
Mauro
Hi Mauro,
I don’t think they will be added for the future release since it may cause issues for other who doesn’t have the problem.
That small CSS added to your site will not have a significant performance impact.
Best regards,
Nikko