Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 31, 20159 yr How do I change color of the usernav? Or are the +. bell icon, message icon, and circle user icon all IMAGES?? like so
April 2, 20159 yr 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; }
April 4, 20159 yr Author On 4/2/2015 at 3:49 AM, Afternova said: 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
April 6, 20159 yr Author On 4/2/2015 at 3:49 AM, Afternova said: 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
April 6, 20159 yr 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
Archived
This topic is now archived and is closed to further replies.