This is a migrated thread and some comments may be shown as answers.

How to style the links with hover

1 Answer 647 Views
Menu
This is a migrated thread and some comments may be shown as answers.
BitShift
Top achievements
Rank 1
Veteran
BitShift asked on 20 May 2020, 07:29 PM
With css I can style anchors with a:hover etc,  how can I get the menu items to use that?

1 Answer, 1 is accepted

Sort by
0
BitShift
Top achievements
Rank 1
Veteran
answered on 20 May 2020, 07:53 PM

Nevermind, I did something like this in my CSS

.k-link:hover{
    color: forestgreen;
    background-color: khaki;
}

Tags
Menu
Asked by
BitShift
Top achievements
Rank 1
Veteran
Answers by
BitShift
Top achievements
Rank 1
Veteran
Share this question
or