March 9, 2019 at 5:27 pm
#61191
busymobee
Participant
solved. one click demo import has done the job now…
but i still have one other problem. i was trying to change the background color of the navigation menu from red to blue but i understood that i need to use custom CSS for that. i checked the other forum posts here but no solution.
then i tried custom CSS using:
.main-navigation, .main-navigation ul ul {
background-color: blue;
}
but only parts of the navigation bar turned blue… before i make a new post can anybody tell me how to change the whole color of the navigation bar?