custom table styles

2 replies · opened Dec 11, 2023

PpixelsalsaDec 11, 2023

Hi again

I am trying to customise the appearance of a pricing table - see attached for how i would like it.

I have tried to remove table collapse but its not making any change - if you could advise pls i can do it

Thanks
Dan

PpixelsalsaDec 13, 2023

ok - so i think this is possibly nearly resolved - i use stackpath cdn so needed to purge cache to see css change - what is the class for table cell borders as i'd like to remove these too

SSemicolon WebSTAFFDec 14, 2023

Hello,

To remove the Borders, you can either add the .border-0 Class to the th and td Tags or simply use the following CSS Code:
[ch_pre type="css"]table th,
table td {
border: 0;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard