Home Forums Basel support forum Cart Pop-Out

Cart Pop-Out

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #283628

    gqjesus
    Participant

    How do I get the text to be light/dark for both the view cart and checkout?

    Attachments:
    You must be logged in to view attached files.
    #283635

    gqjesus
    Participant

    Also when you scroll over view cart the “view cart” turns white and when you roll over ‘checkout’ the background has an opacity view. I would like them both to do the same thing. Preferably like the when you roll over checkout.

    #283935

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .widget_shopping_cart .buttons a:hover,
    body .widget_shopping_cart .buttons a {
        color: red;
    }
    body .widget_shopping_cart .widget_shopping_cart_content .buttons .checkout,
    body .widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:hover{
        color: red;
    }

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)