I want to change one of the theme's file
/themes/veloria/styles/theme.css
I tried to create directory local and put modified file in it:
/themes/veloria/styles/local/theme.css
don't work
I tried to make a new file:
/themes/veloria/styles/theme.css.local
don't work.
How I have to make changes?
Create a new theme, like:
/themes/MY_THEME/styles/
????
I can't find any documentation for G2 connected this issues for 2 days.
But it is BETA 1 already.
Any help is appriciated.
Posts: 8601
cd themes
mkdir mytheme
cp veloria/theme.inc mytheme
Edit mytheme/theme.inc, replace Veloria with MyTheme
mkdir mytheme/styles
cp veloria/styles/theme.css mytheme/styles
Edit mytheme/styles/theme.css any way you want
Also please see Known Issue #1 in the README.
Posts: 78
Thank you very much for quick reply.
Made this way.
As for "Issue #1" I hope you will inform as when layout and theme architecture will be changed.