Menu hover border color

Posted in: Newspaper
Post count: 9

Hi, I want to change de color of each of the menu itemes on hover state… I created a class for each item on the menu. but I can’t seem to change de color of the border color on hover and on active.

Can you help me with the corresponding classes to use? would appreciate some help!

Post count: 7909

Hi,

You will need custom work to do this for each of your items, I suggest to hire a freelancer to do this for you if you don’t have basic html/css experience. Please inspect each of your menu item and change the color for each of them using unique item class, something like this – http://screencast.com/t/XJvDaEfxkwg

.sf-menu .menu-item-15:hover a:after {
background-color: red !important;
}

Thanks!

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