Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #904329

    Hi, i would like to remove all table styling so that I just have 2 columns with the information contained within. I dont want alternate backgrounds or alternate text colours, just a blank table with no border styling or padding.

    Is this possible please?

    Thanks

    #904541

    Hey Dom,

    Yes, this is possible but if possible please provide a link to site so I can inspect the page and provide the proper css to do so.

    Best regards,
    Jordan Shannon

    #904667

    Hi Jordan, here you go:

    #905013

    Hi,

    I’m not seeing any styling on the table of this page. Were you able to get this fixed?

    Best regards,
    Jordan Shannon

    #905429

    Hi Jordan, I have managed to remove the borders using this:

    #top .nostyletable, #top .nostyletable th, #top .nostyletable td, #top .nostyletable tr{
    border: none !important;
    }

    But I still see the padding and the font colours change on every other cell downwards.

    is there any other way to remove the font colour so all the text is the same ad the main body and also to remove the padding so that all the text is justified to the left and inline with the text above.

    many thanks

    #905694

    Hi,

    Add this to quick css:

    .avia-data-table-wrap.avia_responsive_table td{
    color:##616161;
    }

    Best regards,
    Jordan Shannon

    #906004

    Excellent, Thanks Jordan.

    Is there any way to remove the indentation / padding so all the text lines up with the text above?

    #906106

    Hi,

    Try adding this css code:

    .avia-data-table-wrap.avia_responsive_table td {
        padding: 0 0 9px;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.