Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
ZackR Posted December 24, 2018 Posted December 24, 2018 Hello, This is probably a pretty amateurish question, but I need to change the color of text for non-selected menu items. If that doesn't make sense, please see attachment. Basically, I'd like to make the non-selected menu items (such as "Profile," "Manage Followed Content," etc.) be the same color as the Categories are (CONTENT, SETTINGS). Can someone point me in the right direction? I've looked around in the Theme Editor, but I am not sure what is the right place to edit, etc. Thanks in advance for any help. Zack
Tom S. Posted December 24, 2018 Posted December 24, 2018 Depending on what theme you are using, you should be able to modify the way those items looks with this selector: .ipsMenu_item > a:not( .ipsMenu_itemInline ) { } Just add this to your custom.css file with the attributes you would like to modify.
ZackR Posted December 24, 2018 Author Posted December 24, 2018 Wonderful. Thanks for your reply. If not to sound even dumber, let's say I wanted to set that text to plain white for now, how would I do that? I am new to this and don't want to screw it up. So if I just wanted to set it to white (FFFFFF), how would I do that? Again, apologies for the noob questions, but I seriously appreciate your help!
Tom S. Posted December 24, 2018 Posted December 24, 2018 .ipsMenu_item > a:not( .ipsMenu_itemInline ) { color: #fff; } Add the above to - Theme "Edit HTML and CSS", - CSS -> core -> from -> custom -> custom.css
ZackR Posted December 24, 2018 Author Posted December 24, 2018 You rule!! That did it! I can't thank you enough. One last question (super random, totally not important). We change logos every now and then and animated gifs used to work, but when we upgraded to the latest version of IP a couple weeks ago, animated logos quit working, but animated gifs within a post still work. Any ideas? Totally NOT important. Just a curiosity since you're being so helpful. Regardless, THANK YOU for the menu help!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.