Hi, i have installed JA Sensei in this url https://www.it-asset-tool.com/aki_9999/public_html but I can't create a homepage as per your example. is there a form to do it which one? While if I want to change the colors of the theme I see that we are talking about MagicTheme but I can't find it ... what can I do?
Thank you very much!
Hi
Not sure which part of your site you want to configure the same as our demo site.
Pls check out the documentation of this template here: https://www.joomlart.com/documentation/joomla-templates/ja-sensei#pages-config in which we provide in details of how to setup demo pages.
Let me know if you need further help.
thanks nice guide, one more question. I set up the multilingual bar as per the link below:
https://www.it-asset-tool.com/aki_9999/public_html/it/home
However, I notice that the selected language remains with a white background...how can I make it transparent?
thank you very much
You can use this custom css:
div.mod-languages ul li.lang-active { background-color: transparent !important; }
add into file: root/templates/ja_sensei/css/custom.css (Create this file if it doesn't exist)