DanielRiera / estimated-delivery-woocommerce

8 stars 6 forks source link

Remove the display of the delivery estimate on the floating bar on the product pages #65

Closed Jerem6999 closed 4 months ago

Jerem6999 commented 4 months ago

Hello,

First, thank you for this extension and for the work you do.

Nevertheless, I have a small problem, the display of the delivery estimate in the floating bar on my product pages worries me about the phone screens, making it too loaded. Would you have a way to remove the display at this level?

Thank you in advance for your answer.

IMG_8832

DanielRiera commented 4 months ago

HI, mmm you theme use product list template for this, so you can add CSS for hidden this block.

Add this to your custom CSS code:

.ct-floating-bar-actions .edw_date { display: none; }