I want to display attribute(sku) on product listing page in magento 2.3.2. I have tried to code on list.phtml file under public_html/vendor/magento/module-catalog/view/frontend/templates/product with no success. Please inform name and location of file where I need to code.
In magento 1.9.4 I can code in list.phtml file located under public_html/app/design/frontend/rwd/default/template/catalog/product to achieve result.
But In Magento 2.3.2 coding in list.phtml file located under public_html/vendor/magento/module-catalog/view/frontend/templates/product is not working.
Can anyone please let me know where & how to code to display attribute sku on product listing page(catalogue page) in magento 2.3.2
thanks,

