Hi.,
Try this css
#header .menu > li.current_page_item > a {
color: #CCCCCC;
}
a.themebutton {
background: rgba(35, 35, 35, 0.5);
}
If you want further help I’ll be happy to assist.
Thanks.,
Rajan V
Thank you Rajan,
That works great, I adjusted it a bit and I got the colour I wanted. Though I still have some areas where the red colour is. Can you please provide code for the other areas?
Menu- but when I put the arrow from mouse – red colour
About us page- menu
all links like on the about us page.
Thank you.
Marta
Hi Marta,
You can use this code:
#header .menu>li.menu-hover>a, #header .menu>li.current_page_item>a, #header .menu>li.current-menu-ancestor>a, #header .menu>li>a:hover {
color: green;
}
Thanks!