[Resolved] How to add lines and boders to table?

Home Forums Support [Resolved] How to add lines and boders to table?

Home Forums Support How to add lines and boders to table?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2370612
    Jin

    How can I add borders and lines to a table in GeneratePress? Don’t see any option for this – only see an option for default and stripes.

    Thanks

    #2370633
    Fernando
    Customer Support

    Hi Jin,

    The Table Block is from WordPress. You have this custom code hiding the Table border lines:

    table, tr {
                border: hidden;
            }
    
            td, th {
                border: hidden;
            }

    Alternatively, you can use a GenerateBlocks Grid Block. Reference: https://docs.generateblocks.com/article/grid-overview/

    #2370644
    Jin

    Hi Fernando

    Thanks for your help. Completely forgot that I added that in and I was trying to figure out why the lines weren’t showing.

    #2370648
    Fernando
    Customer Support

    You’re welcome Jin!

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