Hello,
There is no option in Theme Settings to display the categories icons above the title and aligned center on every title.
If we try to achieve this using Custom CSS then it could affect the layout of when more categories will be added in the shop title.
If you still want the CSS then use the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.
.page-title-default .category-nav-link .category-icon {
position: absolute;
margin-left: 12px;
margin-top: -124px;
}
.page-title-default .woodmart-product-categories {
margin-top: 60px;
}
Best Regards.