• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RSVario - Tables withOUT Border?

RSVario - Tables withOUT Border? 6 years 2 weeks ago #37996

  • m.jung
  • m.jung's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

i need to change all table to be not have borders. At default each Table gets a light gray Border.

THX
The administrator has disabled public write access.

RSVario - Tables withOUT Border? 3 years 8 months ago #40384

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Hello,

You can try adding the following CSS rule within a custom.css file which you can create as instructed here:
table, tr, td {
border:none !important;
}
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!