Making Menu Highlighted?

Posted in: Newspaper
Post count: 102

How can I highlight any one menu menu I would like to, suppose if you can see my site, you will see menus, So I would LIke to highlight that Hacking Menu, is there any way??

Thanks 🙂

Post count: 23312

Hello Gadgetsay,

You should try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-wrap .black-menu .sf-menu > .menu-item-6705 > a{
background-color:red!important;
}

Thanks.

Post count: 102

can I use color hex code?

Post count: 102

And what if I want to use another menu, how can I place that number or find that number!

Thanks!

Post count: 102

Thanks I got it 🙂

Post count: 102

Sir need another help, I want to open menu link on another tab, how can I do that!

Thanks!

Post count: 23312

Hello Gadgetsay,

If you want to open your menu item in a new tab you should make some changes in Panel, Menu section, like this -> http://screencast.com/t/tgGz6DjBW For example, you can use the following snippet of the code and place there -> <a target="_blank" href="https://www.google.ro/">News</a>

Hope this helps!

Thanks for the message!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.