Jump to content
WebFlake
  • 0

How to change menuwrap


Cacca

Question

Recommended Posts

  • 0

or add this to your custom.css..

#elUserNav .ipsUserPhoto img {
    border-radius: 100%;
}

Tested on my board just now, also looks a lot nicer than the square thanks for the idea..

Edit

Add this to make the ''hover'' circle too otherwise it'l just be square.

#elUserNav a.ipsUserPhoto {
    border-radius: 100%;
}

 

Edited by Paulamonopoly
Link to comment
Share on other sites

  • 0
40 minutes ago, xmark995 said:

Modificare il codice HTML e CSS del tema IPB nel CP admin, trovare il file "UserBar" tutto dovrebbe essere lì.

Mi dispiace per le istruzioni vaghe che al momento non riesco ad accedere per controllare.

Yeah but, when i import new "Userbar" nothing change..

Link to comment
Share on other sites

  • 0

ACP > Themes > Your theme > Edit html > Core/Front/Global/UserBar

Now, find this line:

{template="userPhoto" group="global" app="core" params="\IPS\Member::loggedIn(), 'tiny'"}

 

 

And put a tag for this css:

.roundedphoto {
    border-radius: 100%;
}

 

Luca Munich has been banned. Requesting for uploads are useless. 

Link to comment
Share on other sites

  • 0
On 19/9/2016 at 9:36 PM, Sara Schuller said:

ACP > Themes > Your theme > Edit html > Core/Front/Global/UserBar

Now, find this line:


{template="userPhoto" group="global" app="core" params="\IPS\Member::loggedIn(), 'tiny'"}

 

 

And put a tag for this css:


.roundedphoto {
    border-radius: 100%;
}

 

Into the CSS Mother? ({template: "userphoto"})

Link to comment
Share on other sites

  • 0
Just now, Paulamonopoly said:

or add this to your custom.css..


#elUserNav .ipsUserPhoto img {
    border-radius: 100%;
}

Tested on my board just now, also looks a lot nicer than the square thanks for the idea

Yes, this code wil work better

  • Upvote 1

Luca Munich has been banned. Requesting for uploads are useless. 

Link to comment
Share on other sites

  • 0
8 minutes ago, Paulamonopoly said:

or add this to your custom.css..


#elUserNav .ipsUserPhoto img {
    border-radius: 100%;
}

Tested on my board just now, also looks a lot nicer than the square thanks for the idea..

Edit

Add this to make the hover circle too otherwise it'l just be square.


#elUserNav a.ipsUserPhoto {
    border-radius: 100%;
}

 

Thank You! Has work! Thanks a lot for both :D

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...