PDA

View Full Version : Avalon Blue Profile


jez
01 Jan 08, 09:05
Hello hello.

I recently downloaded and installed the Avalon Blue style and I'm completely in love with it. Awesome job CyberAlien. I think this one is the best phpbb3 style I've seen in a long time.

I have only one query about it if that's alright. The only thing that I'm struggling with is the bold text throughout the Profile section of viewprofile. I don't like it at all, and I would prefer if it was just plain text. The reasoning is because I have a few profile fields of my own that contain text in bulk and it just looks too heavy. I've mucked around with phpbb code here and there, but can't find where I can edit just this.

It would be awesome if you can direct me to which template file I should be editting.
Thankyou.

CyberAlien
01 Jan 08, 12:45
in css find this:.postdetails b {
color: #969ea2;
}and replace with this:.postdetails b {
color: #969ea2;
font-weight: normal;
}

jez
01 Jan 08, 13:16
Well I've tried that. I opened stylesheet.css and edited as you advised. I havent needed to refresh as the data is stored on the filesystem. Text still bold and heavy.

Have any other ideas? If not, I wouldnt expect you to work it out as it's not all that important.

Thanks.

CyberAlien
01 Jan 08, 13:22
Maybe I didn't understood what text you are talking about. Can you post screenshot?

jez
01 Jan 08, 13:39
Sure thing. Please find attached :)

The section I am talking about is just the profile section. I have no idea if this is possible or just too complicated. Phpbb3 sometimes needs alot of code changes for a little thing.

Thanks again.

CyberAlien
01 Jan 08, 13:43
Edit memberlist_view.html and remove all <b class="gen"> and </b>

jez
01 Jan 08, 14:09
That works like a treat. I've seen you all over the net, and I'd like to encourage you and say that you are very good at what you do.

Thanks buddy.