Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

grey lines in zentools 2 grid

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

If you scroll down here

scarlettbutterfly.branchoutwebsites.com

There is a module called Grid 2 test. I want to remove the horizontal grey lines.
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
The style you need to target is

.primary-row.middle-row li {
border-bottom: 1px solid #4e5d5b;
}

so add

.primary-row.middle-row li {
border-bottom: 0;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks that's perfect.
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers