DanielRiera / estimated-delivery-woocommerce

8 stars 6 forks source link

Please help me to understand where to place the code #74

Open HelpRequiredAsAlways opened 2 months ago

HelpRequiredAsAlways commented 2 months ago

Hello All

Great Plug-in, I have searched for an online video tutorial however unable to find for this plug-in.

x2 questions. I would like to change some of the estimated delivery dates (some items are x4 days, rather than 12 days).

1: is it possible to change estimated delivery on some items? if yes, how?

2: This is a link to where i would like to place the Estimated Delivery: https://prnt.sc/X-jcGRRM_aWZ

Do i need to find "people are viewing this right now" and add this entire code below?

my website is a theme which i have learnt to customise via Wordpress and Theme tutorials, so coding is a new world to me.

.edw_date { margin: 10px 0px; padding: 10px; width: fit-content; }

//For product list ul.products .edw_date { font-size: 12px; color: #626262; } //For title checkout and cart dt.variation-Estimateddelivery {

} //For Value checkout and cart dd.variation-Estimateddelivery {

}