Tagged: 

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

    Hi,

    Txt color of my woocommerce cart is not visible in my enfold theme…

    how to fix this one? thanks

    #377701

    Hey!

    Try adding this code to the Quick CSS:

    .widget_shopping_cart_content .product_list_widget *, .widget_shopping_cart_content .amount {
        color: white;
    }
    
    .widget_shopping_cart_content .product_list_widget:hover * {
        color: #51ad00 !important;
    }

    Cheers! 
    Josue

    #377705

    Thanks Josue.. but the cart and check out text link is not visible…

    its below the subtotal…

    #377707

    Hey jalmz!

    you can control it using this:

    dl.variation dt {
    color: red;
    }
    dl.variation dd {
    color: blue;
    }
    .dropdown_widget .quantity {
    color: pink;
    }
    #top .dropdown_widget .total {
    color: violet;
    }
    

    Best regards,
    Andy

    #377712

    Thanks Andy but .. still the cart and check out text link is not visible…the color of the text is white and the bacground is white,,

    #377718

    Heres the screenshot what i mean

    #377727

    Here you go:

    .widget_shopping_cart_content p.buttons {
        background: #51ad00 !important;
    }
    

    Adjust as needed.

    Cheers!
    Josue

    #378711

    Thank you for your time Josue. its ok now..

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Txt color of my woocommerce cart is not visible in enfold theme’ is closed to new replies.