Shape 5

Joomla Templates => Emma Smooth - Club => : marcoreyes August 20, 2009, 09:05:28 AM



: Dotted Line
: marcoreyes August 20, 2009, 09:05:28 AM
On articles, there is a dotted line at the bottom of each.. where do I remove this?

And i do have to say this is one slick template :)


: Re: Dotted Line
: mikek August 20, 2009, 09:44:40 AM
On line 315 of template_css.css find:

.article_separator {

and remove the border-bottom line.


: Re: Dotted Line
: steviegoog August 21, 2009, 08:08:07 AM
Is it possible for this little line to be added to Sportopolis template, i think its a very good idea to help seperate content on the homepage.


: Re: Dotted Line
: mikek August 21, 2009, 11:24:31 AM
You would need to add the following to the bottom of the template_css.css file:

.article_separator {
display:block;
border-bottom:dotted 1px #CCCCCC;
}


: Re: Dotted Line
: steviegoog August 23, 2009, 01:43:39 PM
Cheers mate, i added it to my site but made it solid, really like the simple way to split up content.