Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #66773
    francesco
    Member
    Post count: 67

    hello,
    I installed a plugin for creating tables.
    I think the css font of the theme affects the style of the table installed.
    My problem is that the font of the header is uppercase, and I would like to change it to lowercase.

    How can i fixed it?
    Thanks
    Best regards.

    #66789
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you could share your link with me I can provide you with some custom css 🙂

    – Kyle

    #66791
    francesco
    Member
    Post count: 67

    i work in local, this is my css table code:

    /* ——————————————–
    TABLE SHORTCODE
    ——————————————– */

    table.sf-table {
    width: 100%;
    display: table;
    }
    table.striped_minimal tr:nth-of-type(even), table.striped_bordered tr:nth-of-type(even) {
    background-color: #f7f7f7;
    }
    table.sf-table th {
    padding: 10px 20px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    }
    table.sf-table td {
    padding: 10px 20px;
    }
    table.standard_minimal th {
    padding: 10px 30px 10px 0;
    border-bottom: 2px solid #e4e4e4;
    }
    table.striped_minimal th {
    padding: 10px 30px 10px 0;
    border-bottom: 2px solid #e4e4e4;
    }
    table.standard_minimal td {
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #e4e4e4;
    }
    table.striped_minimal td {
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #e4e4e4;
    }
    table.standard_bordered, table.striped_bordered {
    border: 1px solid #e4e4e4;
    }
    table.standard_bordered tr, table.striped_bordered tr {
    border-top: 1px dotted #e4e4e4;
    }
    table.standard_bordered th, table.standard_bordered td, table.striped_bordered th, table.striped_bordered td {
    border-left: 1px dotted #e4e4e4;
    }
    table.striped_bordered th, table.striped_bordered td {
    border-top: 0;
    }

    #66798
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Make the lowercase important

    table.sf-table th {
    padding: 10px 20px;
    text-transform: lowercase!important;
    letter-spacing: 1px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    }

    See if that works

    – Kyle

    #66800
    francesco
    Member
    Post count: 67

    don’t works, is the same.

    #66807
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately I can’t investigate the issue without seeing your site. Please let me know when you put it online so that I can look into it for you.

    – Kyle

    #159133
    francesco
    Member
    Post count: 67

    i put my web site online, this is my table and i would fix my header in lowercase!

    http://www.dellamarca.it/climatic-chambers/#models

    #159137
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css.

    
    .tablepress tfoot th, .tablepress thead th {
      text-transform: lowercase!important;
    }

    -Rui

    #159142
    francesco
    Member
    Post count: 67

    ok work with tablepress, and if i use wpdatatables plugin?

    #159164
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Please note that this kind of questions should be placed in those plugins support forum. We helped you with the previous one and it’s a 3rd party but we can’t do it for every plugin.

    Hope you understand.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register