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.

backslash in menu

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

hi, how can I remove the backslash that behind each menu item?

tx
  • luc vande reyde's Avatar
  • luc vande reyde
  • 3 Month Basic
  • 78 posts
  • Karma: 0
The administrator has disabled public write access.
Hi,

You can add the following lines into this file: /templates/grid3/css/custom.css

#navwrap ul.nav li.active a .navsep,
#navwrap ul.nav li a:hover .navsep {
visibility: hidden;
}

Regards,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.
can I also remove it as the 'visibility: hidden' still takes in the space of the backslash.
  • luc vande reyde's Avatar
  • luc vande reyde
  • 3 Month Basic
  • 78 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you try

#navwrap span.navsep {display:none;}

You will need to adjust othere values as required

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

Yes you can remove it by follow Paul's reply then you will also need to adjust margin/padding accordingly, that's why I chose to use 'visibility' over 'display'.

Regards,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.
Howdy :)

here's a variant to the question: how do I exchange the backslash for the pipe ["|"] symbol?

Thanks
  • dyddho's Avatar
  • dyddho
  • LIfetime Developer - Big Bamboo
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You would need to change this is in the js files

template-ck.js
template.js

The path would be grid3/js

seach for navsep in the code

Also if you update the template you would need to change this again

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks a lot - it wokred :D

MIght I suggest the introductio of a new variable for us users:

Nav-Seperator: _
(insert the one character you want to seperate those fancy menu items of yours)

Great template btw ...

Thanks a lot & Cheers
  • dyddho's Avatar
  • dyddho
  • LIfetime Developer - Big Bamboo
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks for the feedback I'll pass that along

Good luck with the site

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