Shape 5

Joomla Templates => Touch of Soul - Club => : coenbrad December 03, 2009, 10:24:57 AM



: Box arround each article
: coenbrad December 03, 2009, 10:24:57 AM
A question:

How can I suppress the color box arround most articles

Guess it set to be used for all content..

Coen


: Re: Box arround each article
: mikek December 03, 2009, 12:28:24 PM
Hello, I am not sure what you mean. Colorbox cannot be applied around articles.


: Re: Box arround each article
: coenbrad December 04, 2009, 01:51:27 AM
He Mike

http://www.quantsystems.nl/New_Web_Design/qse2/index.php?option=com_content&view=article&id=95&Itemid=119

as an example: you notice the (colored line ...I'm a bit color blind so don;t ask me the exact color) This gives all article or contact info etc......a funeral card look... I like to suppress that.

For the template itselfs it make sence cause it made for Church...

Sorry should have posted this link before saves time

Coen

p.s. sorry to ask so many questions...and working in different s5 templates at the same time... I have to test which one fits best our needs... (Is  easiest to customize)


: Re: Box arround each article
: coenbrad December 04, 2009, 02:43:15 AM
He Mike

Looks like

#s5_inset_column {
float:right;
background:#FFFFFF;
border:solid 1px x#AFAFAF;
padding:16px;
}

#s5_body_column {
float:left;
background:#FFFFFF;
border:solid 1px x#AFAFAF;
padding:16px;
}

If I suppress both the Frame/border arround the article is gone and .. But that than the whole article has a colored  background ... (not white)

How to make it straight white (background)


: Re: Box arround each article
: mikek December 04, 2009, 08:52:23 AM
Hello, are you referring to the orange colored line at the very bottom or the grey borders around the content?

The grey borders are in the template_css.css file, find:

#s5_component_wrap {
background:#E4E5E5 none repeat scroll 0 0;
border:1px solid #AFAFAF;
margin-bottom:17px;
}

and

#s5_body_column {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AFAFAF;
float:left;
padding:16px;
}


: Re: Box arround each article
: coenbrad December 04, 2009, 09:47:17 AM
He Mike,

The Grey borders:

Thx for the tip.

That does the trick I want

Ciao

Coen