Hi,
QUESTION 1: I would like to add custom style for third-party components to my template/local/css/extras folder. Please explain how to do this. For example, let’s say I want to add style support for EasyDiscuss. I add easydiscuss.css to the extras folder. Now what do I need to do to apply the style?
QUESTION 2: When I add a custom.css file to template/local/css I do not see the changes. What am I doing wrong?
QUESTION 3: Let’s say I would like to add custom less files. For example, local/less/custom.less or local/less/extras/easydiscuss.less. How do I go about doing this? I don’t see a less folder in my local folder. Finally, if I create a less folder and files in my local folder, will I lose any changes I make to the css files in my local folder when I compile less to css?
Thank you