Solved
Forum Discussion
peterlu
8 years agoChampion
jasondmcclellan I suggest you keep CSS out from the freemarker code, and put CSS in skin CSS section for better management.
You can write Freemarker to print ${codeNode.id} to the html class name. Then you can style this class in CSS/SCSS section.
eg. class="lia-custom-corenode-${coreNode.id}"
You can write Freemarker to print ${codeNode.id} to the html class name. Then you can style this class in CSS/SCSS section.
eg. class="lia-custom-corenode-${coreNode.id}"
- jasondmcclellan8 years agoAdvisor
Peter, thanks for the info. Cheers ~jm
Related Content
- 2 years ago
- 2 years ago
- 3 years ago