Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Bruce_man Posted March 31, 2015 Posted March 31, 2015 How do I change color of the usernav? Or are the +. bell icon, message icon, and circle user icon all IMAGES?? like so
Starship Posted April 2, 2015 Posted April 2, 2015 You can try add this line to your custom.css ul#elUserNav a { color:#ff0000; } Border color of member picture ul#elUserNav .ipsUserPhoto:after { border: 2px solid #ff0000 !important; }
Bruce_man Posted April 4, 2015 Author Posted April 4, 2015 You can try add this line to your custom.css ul#elUserNav a { color:#ff0000; } Border color of member picture ul#elUserNav .ipsUserPhoto:after { border: 2px solid #ff0000 !important; } YOU are AWESOME! worked like a charm
Bruce_man Posted April 6, 2015 Author Posted April 6, 2015 You can try add this line to your custom.css ul#elUserNav a { color:#ff0000; } Border color of member picture ul#elUserNav .ipsUserPhoto:after { border: 2px solid #ff0000 !important; } Afternova how do I change usernav background color for the Sign Up part? see image
Starship Posted April 6, 2015 Posted April 6, 2015 Yo can change primary button color from your AdminCP, but if you want to change only SignUp button color, then please add the following code to custom.css file: .ipsApp_front a#elRegisterButton { background: #1ba3e5 } .ipsApp_front a#elRegisterButton:hover { background: #43b5ed } Demo: Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.