Okay
  Public Ticket #3794007
Border Radius Mini Cart, Background Table
Open

Comments

  • asingh2404 started the conversation

    Hello again,

    Just checking if there’s a way to change the background color of the table? I am using table in the size chart just below policies.

    On mini cart page, I am unable to find a code to remove the border radius from product image as well as the checkout button.

  •  1,948
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    body:not(.woocommerce-cart) .main-content table {
        background-color: #766565;
    }
    body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
        background-color: #766262;
    }
    .material #header-outer ul.product_list_widget li img, .material.woocommerce-page ul.product_list_widget li img {
        border-radius: 0px;
    }
    .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button.checkout {
        border-radius: 0px;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

     

  • asingh2404 replied

    It works, thank you so much :)

  •  1,948
    Judith replied

    Hi there,

    You're welcome. We're happy to help.

    If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,