Hi Yafet,
I follow steps mentioned in
After i finish sudo reboot (mentioned in my previous above post)
and copy & pasted in folder /edx/app/edxapp/edx-platform/themes/
then change following parameters in lms.env.json
ENABLE_COMPREHENSIVE_THEMING = true
COMPREHENSIVE_THEME_DIRS = "/edx/app/edxapp/edx-platform/themes"
DEFAULT_SITE_THEME = "custom-theme"
Then Run following commands
sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets lms --settings=aws
/edx/bin/supervisorctl restart lms
/edx/bin/supervisorctl restart cms
/edx/bin/supervisorctl restart edxapp_worker:
But still CSS is distorted, but some how i can see the HTML text changes. I just change some txt in /themes/custom-theme/lms/template/index.html and can see the changed content reflection after browser refresh.
But still looking for a Theme of good appearance for hawthorn version.