Hi @ellacoker
to make the active menu item have white color. let try to add this code to end of file base.css:
header .header__menu-item:hover{
color: #fff;
}
Hi @ellacoker
to make the active menu item have white color. let try to add this code to end of file base.css:
header .header__menu-item:hover{
color: #fff;
}