Hi I have changed the menus text colours with the following code:
.main-nav .menu > li.current-menu-item > a {
color:#98005d!important;
}
.main-nav .menu>li>a {
color:#ffffff!important;
}
.main-nav .menu > li > a:hover {
color:#98005d!important;
}
since I put the background in black, I also need to change it in the sticky menu as it goes down so that the letters and links are seen like in the menu, with t what code should I put?
Thanks
David