Hi,
You can add such CSS in the front end CSS file of HikaShop via the Display tab of the configuration and that will reduce the size of the categories:
.any-postcontent h3 a, .any-postcontent h3 a:link, .any-postcontent h3 a:hover, .any-postcontent h3 a:visited, .any-blockcontent h3 a, .any-blockcontent h3 a:link, .any-blockcontent h3 a:hover, .any-blockcontent h3 a:visited {
font-size: 10px !important;
}
You need to edit the module associated with your menu (module with the id 96) via the menu Display->Content modules and change the price display method option so that it displays the unit price.