Hi @poonam9,
thanks a lot for your answer – it indeed solves my problem. I only removed first the first declaration and left only li:hover
, so I get underline only when hovered, not all the time.
#topside .pages li:hover:last-child {
border-bottom: 1px solid #5e5b53;
}
Thank you for your help!