VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: WEBYA on January 04, 2012, 23:29:24 PM

Title: Css style for salesprice only load correctly on productdetails. :S
Post by: WEBYA on January 04, 2012, 23:29:24 PM
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:

(http://www.online-imagenes.com/pictures/1532e164691756e92390b837232735c2.png)

Images Errors:

(http://www.online-imagenes.com/pictures/6f028974a711c8f9e9ffabf6d492cde4.png)
(http://www.online-imagenes.com/pictures/13db36fa82e414070aabb3e13757a2e3.png)

CMS: I Used J1.7
Title: Re: Css style for salesprice only load correctly on productdetails. :S
Post by: WEBYA on January 04, 2012, 23:43:57 PM
screenshots with firefox, I just saw that in "IE" style does not show anywhere. <<<<------------- this part was not a mistake, it was cache XD
Title: Re: Css style for salesprice only load correctly on productdetails. :S
Post by: JtouchMobile.com 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,
;)
Title: Re: Css style for salesprice only load correctly on productdetails. :S
Post by: WEBYA on January 10, 2012, 18:56:11 PM
thanks friend!
solved by you! ^^
Title: Re: Css style for salesprice only load correctly on productdetails. :S
Post by: zidanc on January 31, 2012, 07:09:09 AM
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,
;)