Remove items from Cart button not shown

Hello!

I am running into the same issue described here: Remove items from Cart button not displayed and I am also using the Crafty theme.

I see the code, and I want to add the exact same things - the remove from cart button & the “standard sorting” dropdown option.

However, I don’t quite understand what I need to do here. The references to “find the block” confuse me. Can I just add that code to my theme options?

What do I need to do to add these features? Just launched yesterday so I need to get this fixed asap.

Hello Cassidy,

Thanks for writing in!

You cannot just add the code. You must follow the steps:
1.) Please go to Cornerstone > Theme Options > CSS and find this block:

/* Hidden Elements
// ------------------------ */

.description_tab,
a.entry-thumb:hover:before,
.woocommerce .product-remove,
.x-recent-posts .x-recent-posts-date,
.woocommerce li.product .entry-header .button,
.woocommerce li.product:hover .entry-header .button,
.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after,
.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before,
.blog .x-main.full > article:not(:first-child) .entry-wrap .entry-content.excerpt {
  display: none !important;
}

It can be found in lines 631 to 644.

2.) You need to remove line 636 which is the .woocommerce .product-remove,
3.) And then find this block again:

.woocommerce-result-count,
.woocommerce-ordering {
  opacity: 0;
}

This can be found in lines 306 to 309:

4.) You will have to remove that block.

Kindly let us know how it goes.

Thank you so much for the walk-through! This worked perfectly!

Hi Cassidy,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.