Open file templates/ja_tiris/css/iphone/template.css file
About red colour
Add new
<blockquote>.jshop_list_product .jshop .jshop_price {
color: #58B0B2 !important;
}</blockquote>
And about “home page category view layout looks messy”
add new
<blockquote>.ja-category-wrap {
width: 100% !Important;
}
.ja-category .ja-category-image img.jshop_img,
.contact-image img {
width: 98% !important;
max-width: 98% !important;
} @media screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait){
#contact-form legend {
width: 290px !important;
word-break: break-all;
}
}
</blockquote>