Jump to content

UserNav change color

Featured Replies

Posted

How do I change color of the usernav?

Or are the +. bell icon, message icon, and circle user icon all IMAGES??

 

like so

 

usernav.thumb.png.a0e3de81971d4a9993f9e2

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; } 

  • 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

  • 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 usenav_background_color.thumb.png.cdeb3e

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.

Recently Browsing 0

  • No registered users viewing this page.