VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: sandum150 on July 29, 2013, 11:56:51 AM

Title: css override
Post by: sandum150 on July 29, 2013, 11:56:51 AM
Hi everyone!
I need to override the vmsite-ltr.css. Created a folder in the my_template/html/com_virtuemart/css/vmsite-ltr.css, but still is using the original file /components/com_virtuemart/assets/css/vmsite-ltr.css
What i'm  doing wrong?
VM 2.0.22a, Joolma 2.5.11, php 5.4.4
Title: Re: css override
Post by: Maxim Pishnyak on July 29, 2013, 12:20:09 PM
Quote from: sandum150 on July 29, 2013, 11:56:51 AM
Created a folder in the my_template/html/com_virtuemart/css/vmsite-ltr.css, but still is using the original file /components/com_virtuemart/assets/css/vmsite-ltr.css
Isn't my_template/css/ is a right folder for vmsite-ltr.css?

Still you could turn of using vmsite-ltr.css in VM configuration and add content of /com_virtuemart/assets/css/vmsite-ltr.css at the bottom of your template css file (and continue edit VM css expersions in that file then).
Title: Re: css override
Post by: sandum150 on July 29, 2013, 12:40:25 PM
Is there another way?
Title: Re: css override
Post by: Maxim Pishnyak on July 29, 2013, 19:40:30 PM
Link?