Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-19-2007, 06:40 PM
New Pligger
Pligg Version: 9
Pligg Template: default
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Help Please

Hi,

The background color in the categories section is white and then brown. How can I make it all brown?

Confused? Take a look Hunt n Fish Club / Published News

Thanks!
Reply With Quote
  #2 (permalink)  
Old 12-19-2007, 07:15 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,367
Thanks: 169
Thanked 437 Times in 276 Posts
The background is actually an image. With the number of categories you have you would need to make that image (templates/yget/images/featurebox_bg.png I think) taller.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #3 (permalink)  
Old 12-19-2007, 08:40 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 914
Thanks: 169
Thanked 17 Times in 17 Posts
yup that's what happened the image broke due to all your categories
Reply With Quote
  #4 (permalink)  
Old 12-19-2007, 08:56 PM
pliggfreak's Avatar
Casual Pligger
 
Join Date: Apr 2007
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Hi dudes :-)

try this in your yget css template !

Find:
.featurebox {
background:/yget/blablabla.jpg;blablaa
color:#774525;
margin:0 0 15px;
padding:15px 0 0 10px;
}

and replace with this :

.featurebox {
background-color:#FBF0E5;
color:#774525;
margin:0 0 15px;
padding:15px 0 0 10px;
}

Did you see ?

I replaced the backgorundimage with a color.( the same color on image )

you are done !
__________________
Big Bigger P L I G G
Reply With Quote
  #5 (permalink)  
Old 12-19-2007, 10:37 PM
New Pligger
Pligg Version: 9
Pligg Template: default
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
pliggfreak,

That worked! Thanks a million!

Nick
Reply With Quote
  #6 (permalink)  
Old 12-20-2007, 01:59 PM
pliggfreak's Avatar
Casual Pligger
 
Join Date: Apr 2007
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
nickmarch..You are welcome dude !
__________________
Big Bigger P L I G G
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Search Engine Friendly URLs by vBSEO 3.2.0