News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Css style for salesprice only load correctly on productdetails. :S

Started by WEBYA, January 04, 2012, 23:29:24 PM

Previous topic - Next topic

WEBYA

I edit the color of the "salesprice" but only load correctly on productdetails.
how I can fix it? : S
Its a bug?

I edit in ../components/com_virtuemart/assets/css/vmsite-ltr.css
this:
.product-price2 {
font-size:20px;
color:#3DDD1D;
margin:0 0 15px;
}

Image load correctly on productdetails:



Images Errors:




CMS: I Used J1.7

WEBYA

screenshots with firefox, I just saw that in "IE" style does not show anywhere. <<<<------------- this part was not a mistake, it was cache XD

JtouchMobile.com

Open this file: http://webya.com.ar/demo2/components/com_virtuemart/assets/css/vmsite-ltr.css

Line: 175

Remove all css for those elements:
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span

Cheers,
;)
Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com


zidanc

Thanks for the fix!

Quote from: MobileMeWs on January 05, 2012, 04:22:33 AM
Open this file: http://webya.com.ar/demo2/components/com_virtuemart/assets/css/vmsite-ltr.css

Line: 175

Remove all css for those elements:
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span

Cheers,
;)