Hi,
1. You can edit the file "show_block_img" and add your text at the bottom and it will display below the image.
For the images position, you can reduce the "product page image height" option of the HikaShop configuration.
2. You can add custom CSS in order to position the different elements.
www.hikashop.com/support/support/documen...ize-the-display.html
3. Select a menu item of the type "hikashop checkout" in the "force a menu on checkout" option of the Checkout tab of the HikaShop configuration. Then, in your modules unselect that menu item in the menu assignment option and the modules won't display on the checkout.
For the menu bar, the issue comes from the CSS:
.component-content ul li, .component-content ol li {
padding: 0;
line-height: 1.7em;
margin: 0;
}
in the file
wiregrassrcd.com/libraries/gantry/css/joomla.css
of your template.