Cove Theme Style Issue #174
Unanswered
waleedrehman31
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cove Theme Styles Not Loading
Hi everyone,
I’m experiencing an issue with the Wave Laravel Starter Kit after activating the Cove theme. Despite following the installation and build process, the styles for the Cove theme are not being applied.
Steps I Followed
npm install
.npm run build
command successfully (no errors).The Problem
The build process completes without errors, but the frontend does not reflect the Cove theme styles. It seems like the styles are either not being generated or not being applied correctly.
What I Tried
npm run build
command completes successfully.php artisan cache:clear
andphp artisan config:clear
).public
directory to ensure assets were generated.Environment
Request for Help
Has anyone encountered a similar issue or know what might be causing this? Any tips on troubleshooting or resolving the problem would be greatly appreciated.
Thanks in advance for your help!
Best regards,
Waleed
Beta Was this translation helpful? Give feedback.
All reactions