Greetings @gamicord
Thank you for reaching us.
Please share the URL to your site or you can try adding the following CSS in Appearance > Customize > Additional CSS
#directorist.atbd_wrapper .atbd_all_categories .atbd_category_single:not(.atbd_category_no_image) figure figcaption {
border-radius: 50%
}
.atbd_all_categories .atbd_category_single:not(.atbd_category_no_image) figure img, #directorist.atbd_wrapper .atbd_all_categories .atbd_category_single.atbd_category_no_image figcaption {
border-radius: 50%;
}
#directorist.atbd_wrapper .atbd_all_categories .atbd_category_single.atbd_category_no_image {
box-shadow: none;
}
#directorist.atbd_wrapper .atbd_all_categories a{
border: none;
}
.atbd_category_single figure, .atbd_category_single.atbd_category_no_image figure {
width: 60% !important;
}
Regards,