Forum Discussion
SibaPrasadPadhi
6 years agoCommunity Member
How to make table border colour transparent
Can we make the table border colour to transparent or any other customised colour.
PhilFoss
2 years agoCommunity Member
Took me a few years but I've finally got the solution. Code used in the video:
.fr-view table tr > *:not(.fr-highlighted) {
border: 0px;
}
and if you want to only affect a certain block, you need to use the block id- this block id will change for you and on each block.
div[data-block-id="clk4if2rg00042e6rxfpg953f"] .fr-view table tr > *:not(.fr-highlighted) {
border: 0px;
}