You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried to make some changes to the css and followed the guide in the docs to create a custom theme and add styles to the theme.css file in the generated theme directory.
But the add styles in the theme.css seems to be ignored or just don't have any effect on the page styles at all.
I had the same issue, but found that under the vendor, there is a new folder for your theme that is being used for the css. If you go to /vendor/NAME/THEME-NAME/resources/css/theme.css and edit that it will change the site. But the css that was created in /larecipe-components/THEME-NAME/resources/css/theme.css doesn't get used.
Describe the bug
I tried to make some changes to the css and followed the guide in the docs to create a custom theme and add styles to the
theme.css
file in the generated theme directory.But the add styles in the
theme.css
seems to be ignored or just don't have any effect on the page styles at all.To Reproduce
Steps to reproduce the behavior:
https://larecipe.saleem.dev/docs/2.2/custom-css-and-js#new-theme
larecipe-components/THEME-NAME/resources/css/theme.css
file and add some style like:Expected behavior
Changes to
theme.css
file should work as expected.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: