Can I center the product and category names below the product or category image on my site?

To center product and category names, you would add the following script to the head content of your site:

<style>
.categoryName, .name {text-align: center !important;}
</style>
 
To add CSS script to the head content of your site. Go to Sites > Site Name > Settings > SEO/HTML tab. Click on "HTML content for bottom of <head> section" to expand this section. Enter the script into this area and save. When adding CSS or javascript to change the design or behavior of the site, please keep in mind that underlying html may change as new features are introduced to the system. We do not recommend or support doing so. Any changes you make here could be broken at any time without warning.