Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gauravk Posted April 6, 2021 Posted April 6, 2021 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.
Ehren Posted April 7, 2021 Posted April 7, 2021 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; } Gauravk 1
Gauravk Posted April 8, 2021 Author Posted April 8, 2021 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?
CoffeeCake Posted April 8, 2021 Posted April 8, 2021 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: Gauravk 1
Gauravk Posted April 9, 2021 Author Posted April 9, 2021 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?
CoffeeCake Posted April 9, 2021 Posted April 9, 2021 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).
Recommended Posts