Changing color of under line of header menu

Hello!

How to change the color of line which is under the header menu (tells in which page i am).

Hi @Velkka33,

Please add the following CSS under Theme Options > CSS:

.x-navbar .desktop .x-nav > li > a:hover, 
.x-navbar .desktop .x-nav > .x-active > a, 
.x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: 0 2px 0 0 rgb(254, 255, 35);
}

Hope it helps :slight_smile:

Thanks so much!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.