Comments Tien Le started the conversationSeptember 15, 2020 at 3:54pmThe current menu (front page only) is black color now, when hovered over. And it is difficult to see. I'd like to change to a color that is easier to see. I am not a coder, please advise a step-by-step instruction. thanks, Tien 2,978Andrew repliedSeptember 15, 2020 at 4:04pmHi Tien,Add the following custom css in Salient > General settings > CSS/Script related: .homePage header#top nav > .sf-menu > li > a:hover { color: red !important; } Hope this helps.Tien Le repliedSeptember 15, 2020 at 4:17pmHi Andrew, I did add the following code .homePage header#top nav > .sf-menu > li > a:hover { color: red !important;and it prompted an error: Expect RBRACE at line 2. It also asked me to add something else at the end align_contents, align-items, etc... Which one should I choose?Tien 2,978Andrew repliedSeptember 15, 2020 at 4:26pmHi Tien,You did not copy correctly. It is missing closing brace: .homePage header#top nav > .sf-menu > li > a:hover { color: red !important; } Thanks.Tien Le repliedSeptember 15, 2020 at 4:35pmOops, thanks Andrew. In addition, how can I change the text color before hovering? They are black now, how can I change to white?Thanks, 2,978Andrew repliedSeptember 15, 2020 at 5:29pmHi Tien, The following will change font color: .homePage header#top nav > .sf-menu > li > a { color: white !important; } Thanks.Tien Le repliedSeptember 15, 2020 at 5:41pmThat works! Thanks so much Andrew! Tien Sign in to reply ...
The current menu (front page only) is black color now, when hovered over. And it is difficult to see. I'd like to change to a color that is easier to see.
I am not a coder, please advise a step-by-step instruction.
thanks,
Tien
Hi Tien,
Add the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Hi Andrew,
I did add the following code
and it prompted an error: Expect RBRACE at line 2.
It also asked me to add something else at the end align_contents, align-items, etc... Which one should I choose?
Tien
Hi Tien,
You did not copy correctly. It is missing closing brace:
Thanks.
Oops, thanks Andrew.
In addition, how can I change the text color before hovering? They are black now, how can I change to white?
Thanks,
Hi Tien,
The following will change font color:
Thanks.
That works! Thanks so much Andrew!
Tien