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
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
Hi Jordan, here you go:
Hi,
I’m not seeing any styling on the table of this page. Were you able to get this fixed?
Best regards,
Jordan Shannon
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
Hi,
Add this to quick css:
.avia-data-table-wrap.avia_responsive_table td{
color:##616161;
}
Best regards,
Jordan Shannon
Excellent, Thanks Jordan.
Is there any way to remove the indentation / padding so all the text lines up with the text above?
Hi,
Try adding this css code:
.avia-data-table-wrap.avia_responsive_table td {
padding: 0 0 9px;
}
Hope this helps :)
Best regards,
Nikko