Jump to content

Recommended Posts

Posted

We just upgraded to 4.5, please advise how we can change main nav - hoover over text color?

Cant find any backend option in theme or am I missing something?

Thanks in advance.

hoover.JPG

Posted

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;
}

 

Posted

Many thanks @Ehren it worked perfect. Didn't rem the custom.css stuff as we stopped playing with it after initial setup many years ago.

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

image.png.14cfe0d135375d1d0248356b74d472c3.png

Posted
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:

 

Posted

Thanks @CoffeeCake for the lovely help and pointing in right direction, really appreciate it.

Any clue how to have dropdown menu and use URL to point?

When I select dropdown menu, cant see any link box available. Is it normal or something wrong here?

image.png.3e52e7ecd630e6467850b48e3bd7edad.png

Posted

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).

  • Recently Browsing   0 members

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