Styling

Avatar
  • updated
  • Answered

I am trying to remove the grey table border around the table that contains the logo & text within the white area. I have made the table border 0 and even tried styling the table within the CSS. When this was first set up the grey border was not displaying but now it is. So was wondering if there have been any global changes that may have affected this. If you could let me know or advise how I can remove the grey border, that would great

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

For global change.

Just add


.utex table td {
border: 0px
}
to your custom CSS

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

For global change.

Just add


.utex table td {
border: 0px
}
to your custom CSS