Hi,
* For the related products, you have changed the text-size using a CSS rule.
.hikashop_product_page span.hikashop_product_price_full {
font-size: 18px;
}
You have to do the same thing for the other elements that you want to style.
www.hikashop.com/en/support/documentation/faq.html#css
The address in the email is displayed using the "address_template" view.
If you want to display the email, you have to edit this view.
www.hikashop.com/en/support/documentatio...ashop-view-form.html
If you want to display the HikaShop user email, it will require some PHP skills (load the current user and display his address).
Otherwise, you can create a new "address custom field" for the email. The email will be stored in the user address and could be different than the user contact email.
Regards,