Re: Frequently Asked Questions
Reply #1 –
6) How do i change the favicon in my theme?
Just go the images folder of your theme and replace the image name "mobile.png" with your favicon image (remember the file name should be same)
7) How to add my custom css code without making changes to the default css file?
Create a file named "custom.css" in the same directory of the index.css of your theme , ElkArte will automatically pick it and use is in addition to the index.css.
Example: In the following path default/css/_besocial/ there should be a file named custom_besocial.css, this one will be picked and used together with index_besocial.css (Credits to emanuele)