Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1368587

    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

    #1368664

    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

    #1368897

    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

    #1368913

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.