Hi,
i am missing the cart-tabel head. Its displayed in WP Twenty Nineteen but not in Pro.
How can i display it…?
Hi @cyrock,
Thanks for reaching out.
As per the Theme design the Cart page Headings are removed using the CSS code, you can override that by adding the following custom CSS code.
[class*=woocommerce] .cart.shop_table thead
{
display:table-row-group !important;
}
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.