The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Miniprofile BG color

3 posters

Go down

Solved Miniprofile BG color

Post by LasTemptation Fri 28 Sep 2012 - 23:21

Does anyone know how to change the background color of the miniprofiles in phpBB2 so that it's a different color than the actual posts, using either the templates, css or both?
avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Solved Re: Miniprofile BG color

Post by SLGray Fri 28 Sep 2012 - 23:30

Please post a link to a topic that guests can see.


Miniprofile BG color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Miniprofile BG color

Post by LasTemptation Sat 29 Sep 2012 - 2:31

avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Solved Re: Miniprofile BG color

Post by nextlevelgaming Sat 29 Sep 2012 - 3:09

Code:
td.rowpic {background:#00ff00;}

let me know if that works for ya
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: Miniprofile BG color

Post by LasTemptation Sat 29 Sep 2012 - 8:47

It didn't unfortunately. Crying or Very sad
avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Solved Re: Miniprofile BG color

Post by nextlevelgaming Sun 30 Sep 2012 - 8:41

Code:
tr.post .row1, tr.post .row2{background:#000;}
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: Miniprofile BG color

Post by LasTemptation Tue 2 Oct 2012 - 0:43

It made the entire post the desired color instead of just the miniprofile, as seen in the screenshot below.

Miniprofile BG color 2cxagdz
avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Solved Re: Miniprofile BG color

Post by nextlevelgaming Tue 2 Oct 2012 - 1:20

oops ok i know whats wrong!

Code:
tr.post .row1:first-child, tr.post .row2:first-child{background:#000;}
to change the other bg
Code:
tr.post .row1:last-child, tr.post .row2:last-child{background:#000;}
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: Miniprofile BG color

Post by LasTemptation Tue 2 Oct 2012 - 2:03

Works like a charm. Thanks Rideem! Very Happy
avatar
LasTemptation
Forumember

Male Posts : 50
Reputation : 0
Language : English
Location : United States

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum