Forum Discussion
5 Replies
Sort By
peterlu - You can do following:
Use the skin css from assets rather than from css tab in skin, and then refer your other css file before the one you just uploaded in the assets in the head section inside the wrapper tab.
Copy your css, upload it in assets, lets say you named it custom_skin.css, refer it in skin > desktop > Wrapper > head
- peterlu11 years agoChampion
Thanks Grazitti. The only problem of your method is that you are not able to use ${asset.get("")} for CDN in your css.
- I didn't get you, do you mean that you can't include the CSS you uploaded in the assets using ${asset.get("")} or the one you are calling from external CDN?
- peterlu11 years agoChampion
Nono, I mean if you put you css in /html/assets instead of putting your css inside the css editor, then inside your css file, you will not be able to use ${asset.get("")}. eg. set background images etc by CDN.
- right, in that case, you have to use relative paths for images.
Related Content
- 7 years ago
- 9 years ago