Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • minver Friend
    #145900

    Where can I delete the “article separartor”?

    I’m running with Joomla 1.5.14 and I have not edited the template

    Thanks

    Chiara

    lamvt Friend
    #323176

    @. Chiara
    template.css (line 186)
    .article_separator{
    background:transparent url(../images/dot.gif) repeat-x scroll center center;
    clear:both;
    display:block;
    height:30px;
    }

    add:/**/ to disable background and height if you want

    .article_separator{
    /*background:transparent url(../images/dot.gif) repeat-x scroll center center;*/
    clear:both;
    display:block;
    /*height:30px;*/
    }

    Click Thank if Good for you

    minver Friend
    #323235

    Thanks lamvt!
    I have modified the CSS, but the bulk remains!

    Only with height 0px it’s ok.

    .article_separator {
    clear: both;
    display: block;
    height: 0px;
    /*background: url(../images/dot.gif) repeat-x center;*/
    }

    I would like delete the code but I don’t find where it is written!
    Anyone know it?

    Thanks
    Chiara

    Anonymous Moderator
    #323693

    Hi minver

    To remove it, please open componentscom_contentviewsfrontpagetmpldefault_item.php file, at about line 150, find following code section:


    <span class="article_separator"> </span>

    and delete.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by Anonymous 14 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum