Change column TD background!

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
Naesstrom
Joomla! Intern
Joomla! Intern
Posts: 96
Joined: Thu Dec 15, 2005 9:39 pm

Change column TD background!

Post by Naesstrom » Tue Feb 10, 2009 9:54 am

Hi everyone!

I just ugraded my old guild site to a new 1.5.9 install and was thinking of making it a bit more structured on the frontpage!

Image

there is mainly 2 things I want to change, as you can see in the picture... I want a background in the 2 articles "Addonpack" and "Newstracker", I've tried adding td.articlecolumn but that also fills the empty area between them.

The second thing is that annoying black line that wraps all the articles, can't seem to find how to remove that one either!

I'm sure it's really easy once you know it, but these are getting on my nerve right now!
Any help is appreciated!

PS, site is located at http://guild.naesstrom.net

User avatar
tastrax
Joomla! Ace
Joomla! Ace
Posts: 1874
Joined: Tue Sep 20, 2005 12:36 pm
Location: Tasmania

Re: Change column TD background!

Post by tastrax » Tue Feb 10, 2009 10:25 am

To get rid of the one pixel border change

.contentpaneopen {template_css.css (line 245)
border:1px solid #000000;
border-collapse:collapse;
margin:0;
padding:0 25px 0 0;
width:100%;

to

.contentpaneopen {template_css.css (line 245)
margin:0;
padding:0 25px 0 0;
width:100%;
http://declarationoffreedom.com - Declaration of freedom - you are free..
http://www.kiva.org - Kiva - loans that change lives

Updated to 2.5.3

Naesstrom
Joomla! Intern
Joomla! Intern
Posts: 96
Joined: Thu Dec 15, 2005 9:39 pm

Re: Change column TD background!

Post by Naesstrom » Tue Feb 10, 2009 11:00 am

tastrax wrote:To get rid of the one pixel border change

.contentpaneopen {template_css.css (line 245)
border:1px solid #000000;
border-collapse:collapse;
margin:0;
padding:0 25px 0 0;
width:100%;

to

.contentpaneopen {template_css.css (line 245)
margin:0;
padding:0 25px 0 0;
width:100%;
Hmm, that removed the line around the articles not around the frontpage component thing...

I added:

Code: Select all

.article_column td
{
background-color: #cccc99;
}
and now the background is the color I want it, the big problem now with that part is that it also changed the color of the component_heading... is there anyway to get the original one to "override" the new one I added!

User avatar
tastrax
Joomla! Ace
Joomla! Ace
Posts: 1874
Joined: Tue Sep 20, 2005 12:36 pm
Location: Tasmania

Re: Change column TD background!

Post by tastrax » Tue Feb 10, 2009 11:31 am

Not sure - only a beginner at CSS!
http://declarationoffreedom.com - Declaration of freedom - you are free..
http://www.kiva.org - Kiva - loans that change lives

Updated to 2.5.3


Locked

Return to “Templates for Joomla! 1.5”