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.

how to remove all the lines/borders

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

Hai,

Template Zenbase. I want to remove all the lines/borders that are around the modules, breadcrum and body text. And the line under the title as well. How can I do that in the easiest way? Eg all at once.

Regards, Maurice
  • mlehr's Avatar
  • mlehr
  • LIfetime Developer - Big Bamboo
  • 295 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
www.utrecht-haptotherapie.nl/
thanks!
  • mlehr's Avatar
  • mlehr
  • LIfetime Developer - Big Bamboo
  • 295 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

This will get you started

#breadcrumb, #mainWrap #midCol, #mainWrap #midCol.zen-content {border: none;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: mlehr
Hai,

Thanks. There are still some lines left: under the article title H1 and around the modules (see: www.utrecht-haptotherapie.nl/haptotherapie/test ).
How can I remove those?

Maurice
  • mlehr's Avatar
  • mlehr
  • LIfetime Developer - Big Bamboo
  • 295 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
h1.article-title, h2.article-title {border: none;}
.primary2, .sidebar .primary2, .inset.primary2 .zen-module-body {border: none;}
.primary3, .sidebar .primary3, .inset.primary3 .zen-module-body {border: none;}

I've split this into three lines to make it simpler for you but you could merge them

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