Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • macthebadazz Friend
    #159764

    Every table in our content, module, etc has a border around them and some padding…where in the css controls this? Im using the black theme

    http://fatboyrhymer.com/

    emhc Friend
    #375598

    Hi Macthebadazz,

    CSS styles are controlled as default by plugins/system/jat3/base-themes/default/css/template.css
    and templates/ja_events/css/typo.css

    But you can full control them by customizing css in templates/ja_events/css/template.css

    macthebadazz Friend
    #376700

    I cant figure out what element controls the bordering around tables

    emhc Friend
    #376712

    Hi Macthebadazz,

    You can custom in templates/ja_events/css/typo.css
    Line 2571
    [PHP]table {
    border: none;
    }[/PHP]

    Line 2585
    [PHP]table td, table th {
    border: none;
    padding: 0;
    }[/PHP]

    Or copy this code put to bottom file templates/ja_events/css/template.css
    [PHP]table {
    border: none;
    }

    table td, table th {
    border: none;
    padding: 0;
    }[/PHP]

    macthebadazz Friend
    #380854

    Thanks works just fine

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

This topic contains 5 replies, has 2 voices, and was last updated by  macthebadazz 13 years, 1 month ago.

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