Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 6, 20213 yr 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.
April 7, 20213 yr 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; }
April 8, 20213 yr Author 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?
April 8, 20213 yr 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:
April 9, 20213 yr Author 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?
April 9, 20213 yr 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).