we_universal | Category Box Recolor

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
Ev0dAK1nG
Registered User
Posts: 12
Joined: Tue Jan 26, 2016 2:05 pm

we_universal | Category Box Recolor

Post by Ev0dAK1nG »

Image
The grey box surrounding "YOUR FIRST CATEGORY" is what I'm aiming to re-color.
I'm using the style "we_universal". If anyone could help that'd be great. :D
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: we_universal | Category Box Recolor

Post by Lumpy Burgertushie »

open content.css of the style in your text editor.
on line 7 you will see this:

Code: Select all

.forabg,
.forumbg,
#cp-main table.table1 {
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 3px solid #cacaca;
	border-radius: 5px 5px 0 0;
	background: #4c4c4c;
}
change it to this:

Code: Select all

.forabg {
margin-bottom: 15px;
	padding: 0;
	border-bottom: 3px solid #cacaca;
	border-radius: 5px 5px 0 0;
	background: change the color to whatever color you want;
}

.forumbg,
#cp-main table.table1 {
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 3px solid #cacaca;
	border-radius: 5px 5px 0 0;
	background: #4c4c4c;
}
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Ev0dAK1nG
Registered User
Posts: 12
Joined: Tue Jan 26, 2016 2:05 pm

Re: we_universal | Category Box Recolor

Post by Ev0dAK1nG »

ily
Post Reply

Return to “[3.2.x] Styles Support & Discussion”