Hover Color

Posted in: Newspaper
Post count: 33

hey,

I tried this code to change the menu items hover color but i also wants to change the color of line which appear below menu items in header style 10.

#td-header-menu .menu-item-303 a {
color: red;
}
#td-header-menu .menu-item-313 a {
color: blue;
}
#td-header-menu .menu-item-311 a {
color: green;
}
#td-header-menu .menu-item-312 a {
color: grey;
}

thankyou!

Post count: 22421

Hello,
The css for each menu item underline looks something like so:


.sf-menu > .menu-item-312 > a:after{
background-color:red!important
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.