Posted March 31, 201510 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, 201510 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; } Edited April 2, 201510 yr by Afternova
April 4, 201510 yr Author 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, 201510 yr Author 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, 201510 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.