Shape 5

Joomla Templates => Shenandoah - Club => : debcampos February 05, 2012, 03:54:31 PM



: article separator dotted line
: debcampos February 05, 2012, 03:54:31 PM
how can i remove the frontpage article separator that is a dotted line?


: Re: article separator dotted line
: mikek February 06, 2012, 08:45:21 AM
Hello,

Add the following to the bottom of com_content.css:

.article_separator {
display:none;
}


: Re: article separator dotted line
: debcampos February 06, 2012, 12:30:16 PM
Sorry, but the com_content has no CSS in its files. what about the template CSS?


: Re: article separator dotted line
: mikek February 06, 2012, 03:57:51 PM
Hello,

It should have several hundred lines of css in it. If it's missing then it's been modified. You can try putting it in template.css as well.


: Re: article separator dotted line
: debcampos February 06, 2012, 04:03:51 PM
i did try and it didn't work. any other suggestion? thanks!


: Re: article separator dotted line
: mikek February 06, 2012, 04:18:27 PM
Hello,

Please post a url to where it occurs.