test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • uniwebsa Friend
    #160504

    Hi

    I have been trying to style a table and add bullets within an article in the JA Business template, but it is not showing. Also my hyperlinks are not working.

    In Firefox, some borders show. In IE, there are no visible changes. I have, however, added bgcolor to the td’s which is also not showing. I have looked through the CSS to see if there is something which I should overwrite, but have not found anything.

    Please could you advise.

    Thanks,
    T

    Sherlock Friend
    #378081

    Dear uniwebsa,

    To get the bullets in the articles showing you can try as following
    Open the file of templates/ja_business/css/template.css ,Look for the css
    .ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
    }
    change to
    .ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {

    }
    To get table boder showing try this
    Open the file of plugins/system/jat3/base-themes/default/css/addons.css,Look for 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 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    }

    and change to

    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 {
    background: none repeat scroll 0 0 transparent;

    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    }

    I hope this would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 10 months ago.

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