Jump to content

Hoover over menu text color


Recommended Posts

Hello,

It looks like you're already using custom.css to change the background of the active link. Simply add your new color value to that and it'll work.

For example, change this:

.ipsNavBar_primary > ul > li.ipsNavBar_active > a {
    background: #f5f5f5;
}

To this:

.ipsNavBar_primary > ul > li.ipsNavBar_active > a {
    background: #f5f5f5;
    color: #111;
}

 

Link to comment
Share on other sites

2 hours ago, Gauravk said:

Any clue how to have IPS this site style dropdown in vertical columns than horizontal bar?

Add a drop-down menu item in the Menu Manager and place the items you'd like in the drop down menu in there instead of having them indented underneath a parent item.

You have lots of questions! It may be a good idea to brew a fresh cup of coffee and review the Help Guides:

https://invisioncommunity.com/4guides

Here's the entry on setting up your menu:

 

Link to comment
Share on other sites

You need to click on the little icon just to the left of the "X" to edit the contents of the drop down menu. You probably want your drop down menu to be at the same level as "Forums" and not intended to the right. As is, the Car Enthusiasts entry will appear on the secondary nav bar that you have right now.

If you want to point a menu option to a specific URL that isn't a Pages item or one of the other options listed, use the External URL option (it doesn't have to be external -- you can enter in any URL you'd like).

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...