Profile Layout
2 posters
Page 1 of 1
Profile Layout
Hi there are several changes I need in the profile part of every thread:
1. How can I reposition the username together with the rank display on top of the profile image?
2. How can I add a border arround the profile image just like here in fm?
Thanks!
1. How can I reposition the username together with the rank display on top of the profile image?
2. How can I add a border arround the profile image just like here in fm?
Thanks!
Re: Profile Layout
Profile border:
Find:
Replace with:
if you can't find the top code then just add it to the top of your CSS files and Don't forget to save
Change the #DDD to what ever colour you want
Find:
- Code:
.postprofile {
color: #fff;
text-align: center;
}
Replace with:
- Code:
.postprofile {
color: #fff;
text-align: center;
border: 1px solid #DDD;
border-radius: 3px 3px;
}
if you can't find the top code then just add it to the top of your CSS files and Don't forget to save
Change the #DDD to what ever colour you want
Last edited by APE on August 27th 2016, 2:00 pm; edited 1 time in total
Re: Profile Layout
APE wrote:Profile border:
Find:
- Code:
.postprofile {
color: #fff;
text-align: center;
}
Replace with:
- Code:
.postprofile {
color: #fff;
text-align: center;
border: 1px solid #DDD;
border-radius: 3px;
}
if you can't find the top code then just add it to the top of your CSS files and Don't forget to save
Change the #DDD to what ever colour you want
thanks! is it possible to double a border?
Re: Profile Layout
Hmm Not sure you could put a box shadow on it
like this:
just need to change the colours to how you like it
like this:
- Code:
.postprofile {
color: #fff;
text-align: center;
border: 3px solid #560606;
border-radius: 3px 3px;
box-shadow: 0px 1px 1px 0px rgb(255, 202, 8);
margin-right: 2px;
}
just need to change the colours to how you like it
Similar topics
» Profile Fields and Profile layout help.
» Problem [profile] [window] - when i filling profile - disappear subtitles [hidden]
» How can adapt the advanced profile to IPB profile look?
» Profile + View Profile Issue
» Layout changes help, please.
» Problem [profile] [window] - when i filling profile - disappear subtitles [hidden]
» How can adapt the advanced profile to IPB profile look?
» Profile + View Profile Issue
» Layout changes help, please.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum