test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • xxxxmints Friend
    #154161

    Hi there

    I needed a guestbook component and settled on JX Development’s Guestbook.
    It uses the joomlart template however I can not get rid of some black borders within it. Have tried everything but can’t work out where it is in the template files that have these black borders.

    This is the URL of the site, temporarily.

    Would really appreciate your help here as I have exhausted all avenues. Thanks.

    Mel

    joomlageeks Friend
    #354990

    I could see the below HTML line which has the border=”1″ in the table property, can you please try removing that

    <blockquote><table width=”100%” cellspacing=”cellspacing” cellpadding=”4″ border=”1″></blockquote>

    Thanks
    James

    Saguaros Moderator
    #355032

    You open this file: /tynant/templates/ja_teline_iii/css/addons.css

    and find this :

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    }

    replace:

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    }

    and remove the following code into the template.css file:

    .contentdescription {

    display: block;

    border-bottom: 1px solid #ddd;

    padding: 10px 15px;

    margin: 0 -15px;

    }

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

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

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