Home Forums WoodMart support forum I need help updating my theme from 4.3 to 5.2

I need help updating my theme from 4.3 to 5.2

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #239269

    Hello,

    Please provide the screen what button you mean?

    Best Regards

    #239874

    Here it is :
    The “view cart” button text colour to #585B54 on the side bar.
    Screenshot attached

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

    Hello,

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

    body .widget_shopping_cart .buttons .btn-cart{
    background-color:#585B54;
    }
    body .widget_shopping_cart .buttons .btn-cart{
    color:white!important;
    }

    Best Regards

Tagged: 

Viewing 3 posts - 31 through 33 (of 33 total)