Cart Page Background

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16198
    Mresendes
    Member

    I need to change the background color to black on the shipping and tax fields. You cant see the wording very well. Please see attached screen shots

    #16211
    Veena
    Moderator

    Pls use the below custom CSS –

    .woocommerce-checkout thead tr th.product-name, thead tr th.product-total {
        background: #000 !important;
    }
    .woocommerce-checkout tr.shipping th {
        background: #000 !important;
    }
    

    Regarding state-dropdown you have already changed the font color from white to black.

    #16250
    Mresendes
    Member

    The tax section did not work.

    #16258
    Veena
    Moderator

    How to get that row?
    Actually you can try it out with the help of developer tools because i have already given the custom CSS for the shipping row, it must be similar to that (instead of shipping you may need to enter tax).

    #16295
    Mresendes
    Member

    Please see attached images for the cart and checkout pages.

    #16316
    Veena
    Moderator
    This reply has been marked as private.
    #17475
    Mresendes
    Member
    This reply has been marked as private.
    #17514
    Veena
    Moderator
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.