Home Forums WoodMart support forum Remove lines in table

Remove lines in table

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

    Hi, how can i remove the bottom- and top-lines in this HTML-element?
    I only want the icons displayed, not the lines over and under the icons.
    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #348756

    Hello,

    Most likely these are borders of the section, if you cannot find them insert the credentials into the Private content below the message area.

    Best Regards

    #349504

    Hi Elise, thank you.
    I cannot find the borders of the section. Please have a look.

    Best regards

    #349583

    Hello,

    You have created the template by means of the HTML table. You need to recreate the template and create columns and insert each content in its own column.

    If you do not want to do that, add this code to the Theme Settings > Custom CSS > Global:

    .no_border table td{
    border-color:transparent;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)