css not getting applied for velocity template in Liferay Theme -


i using liferay theme create theme website. in portal_normal.vm file, have included html code , css have defined in custom.css

the problem css custom.css not getting applied portal_normal.vm page

should include file in velocity file tells custom.css should included?

also ok include css code in velocity?

regards

edit:

custom.css , portal_normal.vm inside _diffs folder

put custom.css under ~/theme/docroot/_diffs/css/custom.css

see main.css in ~/theme/docroot/css/main.css should include

... @import url(custom.css); ... 

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

objective c - Ownership modifiers with manual reference counting -

python 3.x - Mapping specific letters onto a list of words -