Hello all,
Could anyone explain, at a dummies guide level, how I can go about adding an image to the landing page about the navbar and tell me how to change the default blue in the navbar and icons to a different colour?
Thanks!
Hello all,
Could anyone explain, at a dummies guide level, how I can go about adding an image to the landing page about the navbar and tell me how to change the default blue in the navbar and icons to a different colour?
Thanks!
Mostly styling is done by editing CSS files of themes. No one can explain you things from the universe started with big bang to today. Even though somebody gives you the location or path to default theme’s stylesheet file you still will need some more info.
https://www.w3schools.com/htmL/html_css.asp
W3Schools may be a good location to start reading, provides nice examples and tries to explain things at dummies level step by step.
Landing Page : home.blade.php (or dashboard/index.blade.php for logged in users)
Default Theme Stylesheet : ./public/assets/frontend/css/styles.css
30 minutes ago, DisposableHero said:
Landing Page : home.blade.php (or dashboard/index.blade.php for logged in users)
Default Theme Stylesheet : ./public/assets/frontend/css/styles.css
That’s given a place to start looking at least.