Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #958070

    Dear support,
    i would like to change the background-color of the mini-cart buttons “Warenkorb anzeigen” and “Kasse”.
    Would it be possible to scale the apereance of the hole popup cart bigger?
    Thanks for any help

    #958270

    Hey dondela,

    Thanks for giving us the link to your site.
    I have checked it however I could not see the mini-cart buttons “Warenkorb anzeigen” and “Kasse”, I do see the cart icon on top near the search icon.
    Can you give us the exact page where we can see it?

    Best regards,
    Nikko

    #958272

    Hey Nikko,
    ah ok, if your cart is empty you don´t see the hole popup after rollover the cart-icon in the upper-right corner. Could you place a product in the cart please. I posted you a direct link to a product.

    #958292

    Hi dondela,

    Thanks for pointing it out, to make whole popup cart bigger, add this css code in Quick CSS (located in Enfold > General Styling):

    #top .cart_dropdown .dropdown_widget {
        width: 350px;
    }

    for the button color, you can use this css code:

    #top .cart_dropdown .dropdown_widget p.woocommerce-mini-cart__buttons {
        background-color: #009933;
    }

    Just change the width and background color values.
    Hope this helps.

    Best regards,
    Nikko

    #959428

    Hey Nikko,
    thanks for helping, i tried this css but nothing changed, even after clearing the cache and writing !important;. Do you have an idea what could be wrong?

    #959686

    Hi dondela,

    Where are you putting the code?
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     #top .header_color .dropdown_widget .woocommerce-mini-cart__buttons.buttons { 
        background-color: navy;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #960235

    Dear Victoria,
    thanks for your help – now it works!

    #960262

    Hi dondela,

    Glad that Victoria helped you. :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

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