Need to place black border around table and thin black lines below TD.
i.e. https://bestfortmyersrealestate.com/pelican-preserve
Hey daves1997,
Please try the following in Quick CSS under Enfold->General Styling:
ul.pricing-table {
border: 10px solid black;
}
li.avia-heading-row {
border-bottom: 1px solid black;
}
Best regards,
Rikard
Worked except Border should go around entire border. Below rd should be black line from left to right across entire table (also line currently blue)
Tks
I said yes yesterday but it must not have gone through
Also. How do I copy my table to other pages on my site??
Tks Dave
Hi,
Please try this CSS instead:
ul.pricing-table {
border: 10px solid black;
}
ul.pricing-table li {
border: 1px solid black;
}
You can copy a table if you enable debug mode: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. You can also save the element as a template when you hover over it, then click the far left icon. You can then load the template into your new page.
Best regards,
Rikard
You can Close. TKS
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard