Buy me a coffee

Add Icons under Product Description

To add Icons under Product Description, you can follow these steps.
#1. First, edit Product > Additional Info

2cbd1c72b8741e2a4765 Min

#2. Add a Gallery Block

B4b72a09800f26517f1e Min

#3. Upload your desired icons

041eefc847cee190b8df Min

#4. You can click Gear icon if you want to add text under icon

Debe0203ac050a5b5314 Min

Then enter title

44325f0af20c54520d1d Min

#5. Next, choose Grid/Show Title to make text appear under icon

26f89e740f72a92cf063 Min

#6. Use this code to Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('section.ProductItem-additional .gallery-block').appendTo('div.ProductItem-details-excerpt');
});
</script>

D927a59c389a9ec4c78b Min

#7. Result

352a3d78a07e06205f6f Min