Comments Mike started the conversationApril 1, 2019 at 10:45amHi there,Thanks for this awesome theme. Could you let me know how to change App page colour from current blue to something else?Thanks,Mike 16Nick repliedApril 1, 2019 at 12:47pmHey Mike,You'd need to change two things.1) The Background image for the main hero section (as it uses the same blue), and you can find this in the `assets/images/app/hero` directory. 2) The CSS for the background color for that layout. You can find it in the `app.css` file under the layout specific CSS: /* =Layout Specific -------------------------------------------------------------- */ .app { background-color: #0060ff; Change the hex value to the color you wish to use.Thanks,Nick Mike repliedApril 2, 2019 at 12:54amThank you very much Sign in to reply ...
Hi there,
Thanks for this awesome theme. Could you let me know how to change App page colour from current blue to something else?
Thanks,
Mike
Hey Mike,
You'd need to change two things.
1) The Background image for the main hero section (as it uses the same blue), and you can find this in the `assets/images/app/hero` directory.
2) The CSS for the background color for that layout. You can find it in the `app.css` file under the layout specific CSS:
Change the hex value to the color you wish to use.
Thanks,
Nick
Thank you very much