I wondered if I could have some assistance please? I am currently adding a table on one of my store pages (Dawn Theme). I am doing this using the pre-loaded table function located in the pages section. At present the faint grey table borders are visible and I would like to remove these entirely.
Does anybody know how I can remove table borders please? I have very little design experience so simple instructions would be greatly appreciated.
Table borders can be switched off within the base.css file
Theme > Edit Code > Assets > base.css.
Around line 530, you’ll find default table settings - ‘table:not([class])’. There’s a border and box-shadow value of 0.1rem. If you find these and set them to 0 leaving everything else as it is, this will remove the visible borders whilst retaining all other table formatting.
*[email removed]Jimmybkc / anyone else newer to dipping into the code, always worth copying and pasting the code as you first find it into a desktop notes doc before making any edits so you’ve always got an untouched backup if you need to roll back to original settings
Ah amazing, thanks so much for that.
I changed the 530 line to 0 and that took out the inside borders of the table. There was another setting on line 524 for the ‘box shadow’ that I changed to 0rem and that fixed it.
Really appreciate your help with that. Has been annoying me for so long.