I would like to change the black nav bar color.
There are options to change the hover color but not the black areas.
Example here;
https://elixirgraphics.com/previews/tesla-pro/
Thanks.
I would like to change the black nav bar color.
There are options to change the hover color but not the black areas.
Example here;
https://elixirgraphics.com/previews/tesla-pro/
Thanks.
#navigation_bar {
background-color: rgba(0,0,0,0.8);
}
Just change the 0,0,0 to whichever Red, Green Blue values you wish. The final value prescribes the opacity. Have a play around with it.
Beautiful!
Thanks.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.