Topic: Navbar custom gradients
Is there a way to add custom gradient colors for navbar?
I can get it to work for other elements but for some reason it does not work on navbar..
Open
- User: Free
- Premium support: No
- Technology: Angular
- MDB Version: 9.0.0
- Device: PC
- Browser: Firefox
- OS: Windows
- Provided sample code: No
- Provided link: No
Konrad Stępień staff commented a year ago
Where you did try to paste styles for navbar?
Was it a global style.scss file?
flynstone commented a year ago
yes, I couldn't get it to work, but I found folder in ng-uikit-pro-standard and added them there and it works.. I believe it is not recommended to do so but I am still learning Angular/front-end development.. if there is a better way to do it I would appreciate the help
Konrad Stępień staff commented a year ago
You can do it in your root folder. Just you can override our styles in your
project/src/styles.scssfile.