Changing color of one title in the header (saldi)

@DanSal8 , go to theme.css and add the following code :

.Header__Wrapper:hover .HorizontalList li:nth-child(3) a {
    color: red !important;
}

.Header__Wrapper .HorizontalList li:nth-child(3) a {
    color: red !important;
}