Create a phtml file location app/design/frontend/vendor/theme/Magento_Catalog/templates/product/view/attr.phtml here using this php code. <?php $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $product = $objectManager->get(‘Magento\Framework\Registry’)->registry(‘current_product’); echo $product->getResource()->getAttribute(‘style_tips’)->getFrontend()->getValue($product);…