open-craft / edx-simple-theme

GNU Affero General Public License v3.0
3 stars 8 forks source link

Changing colors does not reflect. #13

Closed Ramzy993 closed 1 year ago

Ramzy993 commented 4 years ago

Hello, I tried to change several colors and it does not reflect.

notes:

and it does not reflect

is there any missing step?

lgp171188 commented 4 years ago

@Ramzy993, can you provide more details on how you are using this theme? Have you enabled comprehensive theming by setting the ENABLE_COMPREHENSIVE_THEMING to true, updated COMPREHENSIVE_THEME_DIRS to include the parent directory of the cloned theme repository and set the value of the DEFAULT_SITE_THEME variable to the name of the cloned directory?

The files in this repository cannot be directly used as an Open edX comprehensive theme and require deployment through the simple_theme Ansible role.

If you are not using that Ansible role or don't want to use it, you will have to create a few additional files after cloning this repository, mimicking what the simple_theme role does.

/ You can add any custom CSS/SASS here /

* `lms/static/sass/common-variables.scss`
```scss
/* Define all your SASS variable overrides here */

Once you have created these files with the appropriate content, you can run the command to update the assets. The theme customizations corresponding to the SASS variables overrides defined in common-variables.scss and the custom styles defined in _lms-overrides.scss should get applied now.

Please try these steps out and let us know if you still have the same issue.